github/workflows/pycopy-test: Upgrade Pycopy to 3.6.1.
[ScratchABlock.git] / tests / interproc-rets2 / funcdb.yaml.exp
blobb2d81b52cd2a7ec16ffc21fefe6c2293c52e935d
1 '110':
2 label: func1
3 called_by: [func2, func3]
4 calls: []
5 calls_live_out: []
6 callsites_live_out: [a2, a3]
7 estimated_params: []
8 func_refs: []
9 modifieds: [a2, a3, a4]
10 preserveds: []
11 reach_exit: [a2, a3, a4]
12 returns: [a2, a3]
13 '210':
14 label: func2
15 calls: [func1]
16 calls_live_out:
17 - - '210'
18 - func1
19 - [a2]
20 callsites_live_out: []
21 estimated_params: [a2, a3, a4, a5, a6, a7]
22 func_refs: []
23 modifieds: [a2, a3, a4]
24 preserveds: [a5, a6, a7]
25 reach_exit: [a2, a3, a4]
26 returns: []
27 '310':
28 label: func3
29 calls: [func1]
30 calls_live_out:
31 - - '310'
32 - func1
33 - [a3]
34 callsites_live_out: []
35 estimated_params: [a2, a3, a4, a5, a6, a7]
36 func_refs: []
37 modifieds: [a2, a3, a4]
38 preserveds: [a5, a6, a7]
39 reach_exit: [a2, a3, a4]
40 returns: []