internal/profile.NodeMap.FindOrInsertNode (method)

3 uses

	internal/profile (current package)
		graph.go#L166: func (nm NodeMap) FindOrInsertNode(info NodeInfo, kept NodeSet) *Node {
		graph.go#L190: 	n.Function = nm.FindOrInsertNode(info, nil)
		graph.go#L402: 		return nm.FindOrInsertNode(*ni, o.KeptNodes)