type internal/profile.NodeSet

3 uses

	internal/profile (current package)
		graph.go#L33: 	KeptNodes NodeSet // If non-nil, only use nodes in this set
		graph.go#L151: type NodeSet map[NodeInfo]bool
		graph.go#L166: func (nm NodeMap) FindOrInsertNode(info NodeInfo, kept NodeSet) *Node {