// CallGraph computes the call graph of the specified program using the // Class Hierarchy Analysis algorithm. func CallGraph(prog *ssa.Program) *callgraph.Graph { … } var lazyCallees …
// CallGraph computes the call graph of the specified program using the // Class Hierarchy Analysis algorithm. func CallGraph(prog *ssa.Program) *callgraph.Graph { … } var lazyCallees …