internal/profile.Edge.Src (field)

5 uses

	internal/profile (current package)
		graph.go#L106: 	info := &Edge{Src: n, Dest: to, WeightDiv: dv, Weight: v, Residual: residual, Inline: inline}
		graph.go#L222: 	Src, Dest *Node
		graph.go#L455: 			in = append(in, nodeIndex[from.Src])
		graph.go#L498: 	from1 := el[i].Src.Info.PrintableName()
		graph.go#L499: 	from2 := el[j].Src.Info.PrintableName()