github/workflows/pycopy-test: Upgrade Pycopy to 3.6.1.
[ScratchABlock.git] / script_callgraph_func_refs.py
blobc75f8a47c12b2144ad7f85b0047098332f583956
1 # Part to of call graph generation - collect indirect function references.
2 # We can't do this in script_callgraph.py, because we need to have all
3 # functions in FUNCDB for that, and that script adds them sequentially,
4 # so we need second pass.
5 from xform import *
7 def apply(cfg):
8 collect_func_refs(cfg)