go/pkg/mod/github.com/mmcloughlin/[email protected]/pass/cfg.go

// LabelTarget populates the LabelTarget of the given function. This maps from
// label name to the following instruction.
func LabelTarget(fn *ir.Function) error {}

// CFG constructs the call-flow-graph for the function.
func CFG(fn *ir.Function) error {}