// 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 { … }