[FIR-TEST] Update CFG dumps according to new nodes order

This commit is contained in:
Dmitriy Novozhilov
2020-06-16 12:17:31 +03:00
parent 4e6542a646
commit 12ed8c3bb4
67 changed files with 9862 additions and 9862 deletions
+144 -144
View File
@@ -8,279 +8,279 @@ digraph lambdas_kt {
0 [label="Enter function run" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
2 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"];
1 [label="Enter block"];
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
3 [label="Exit block"];
}
1 [label="Exit function run" style="filled" fillcolor=red];
4 [label="Exit function run" style="filled" fillcolor=red];
}
0 -> {2};
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {4};
4 -> {1};
subgraph cluster_2 {
color=red
5 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
7 [label="Enter block"];
6 [label="Enter block"];
subgraph cluster_4 {
color=blue
8 [label="Enter when"];
7 [label="Enter when"];
subgraph cluster_5 {
color=blue
10 [label="Enter when branch condition "];
11 [label="Access variable R|<local>/x|"];
12 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
13 [label="Exit when branch condition"];
8 [label="Enter when branch condition "];
9 [label="Access variable R|<local>/x|"];
10 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
11 [label="Exit when branch condition"];
}
21 [label="Synthetic else branch"];
14 [label="Enter when branch result"];
12 [label="Synthetic else branch"];
13 [label="Enter when branch result"];
subgraph cluster_6 {
color=blue
15 [label="Enter block"];
16 [label="Postponed enter to lambda"];
14 [label="Enter block"];
15 [label="Postponed enter to lambda"];
subgraph cluster_7 {
color=blue
23 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
25 [label="Enter block"];
26 [label="Access variable R|<local>/x|"];
27 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
28 [label="Exit block"];
24 [label="Enter block"];
25 [label="Access variable R|<local>/x|"];
26 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
27 [label="Exit block"];
}
24 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
28 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
17 [label="Postponed exit from lambda"];
18 [label="Function call: R|/run|(...)"];
19 [label="Exit block"];
16 [label="Postponed exit from lambda"];
17 [label="Function call: R|/run|(...)"];
18 [label="Exit block"];
}
20 [label="Exit when branch result"];
9 [label="Exit when"];
19 [label="Exit when branch result"];
20 [label="Exit when"];
}
22 [label="Exit block"];
21 [label="Exit block"];
}
6 [label="Exit function test_1" style="filled" fillcolor=red];
22 [label="Exit function test_1" style="filled" fillcolor=red];
}
5 -> {7};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {10};
9 -> {22};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14 21};
11 -> {13 12};
12 -> {20};
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {23};
16 -> {17} [color=red];
15 -> {23};
15 -> {16} [color=red];
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {9};
21 -> {9};
22 -> {6};
23 -> {24 25};
24 -> {17} [color=green];
24 -> {23} [color=green style=dashed];
20 -> {21};
21 -> {22};
23 -> {28 24};
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {24};
28 -> {16} [color=green];
28 -> {23} [color=green style=dashed];
subgraph cluster_9 {
color=red
29 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
31 [label="Enter block"];
30 [label="Enter block"];
subgraph cluster_11 {
color=blue
32 [label="Enter when"];
31 [label="Enter when"];
subgraph cluster_12 {
color=blue
34 [label="Enter when branch condition "];
35 [label="Access variable R|<local>/x|"];
36 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
37 [label="Exit when branch condition"];
32 [label="Enter when branch condition "];
33 [label="Access variable R|<local>/x|"];
34 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
35 [label="Exit when branch condition"];
}
45 [label="Synthetic else branch"];
38 [label="Enter when branch result"];
36 [label="Synthetic else branch"];
37 [label="Enter when branch result"];
subgraph cluster_13 {
color=blue
39 [label="Enter block"];
40 [label="Postponed enter to lambda"];
38 [label="Enter block"];
39 [label="Postponed enter to lambda"];
subgraph cluster_14 {
color=blue
47 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_15 {
color=blue
49 [label="Enter block"];
50 [label="Access variable R|<local>/x|"];
51 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
52 [label="Exit block"];
48 [label="Enter block"];
49 [label="Access variable R|<local>/x|"];
50 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
51 [label="Exit block"];
}
48 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
52 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
41 [label="Postponed exit from lambda"];
42 [label="Variable declaration: lval lambda: R|() -> kotlin/Int|"];
43 [label="Exit block"];
40 [label="Postponed exit from lambda"];
41 [label="Variable declaration: lval lambda: R|() -> kotlin/Int|"];
42 [label="Exit block"];
}
44 [label="Exit when branch result"];
33 [label="Exit when"];
43 [label="Exit when branch result"];
44 [label="Exit when"];
}
46 [label="Exit block"];
45 [label="Exit block"];
}
30 [label="Exit function test_2" style="filled" fillcolor=red];
46 [label="Exit function test_2" style="filled" fillcolor=red];
}
29 -> {31};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {34};
33 -> {46};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38 45};
35 -> {37 36};
36 -> {44};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41 47};
39 -> {40 47};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {33};
45 -> {33};
46 -> {30};
47 -> {49};
44 -> {45};
45 -> {46};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {48};
subgraph cluster_16 {
color=red
53 [label="Enter function getInt" style="filled" fillcolor=red];
subgraph cluster_17 {
color=blue
55 [label="Enter block"];
56 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
57 [label="Const: Int(1)"];
58 [label="Jump: ^getInt Int(1)"];
59 [label="Stub" style="filled" fillcolor=gray];
60 [label="Exit block" style="filled" fillcolor=gray];
54 [label="Enter block"];
55 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
56 [label="Const: Int(1)"];
57 [label="Jump: ^getInt Int(1)"];
58 [label="Stub" style="filled" fillcolor=gray];
59 [label="Exit block" style="filled" fillcolor=gray];
}
54 [label="Exit function getInt" style="filled" fillcolor=red];
60 [label="Exit function getInt" style="filled" fillcolor=red];
}
53 -> {55};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {54};
57 -> {60};
57 -> {58} [style=dotted];
58 -> {59} [style=dotted];
59 -> {60} [style=dotted];
60 -> {54} [style=dotted];
subgraph cluster_18 {
color=red
61 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
63 [label="Enter block"];
64 [label="Postponed enter to lambda"];
62 [label="Enter block"];
63 [label="Postponed enter to lambda"];
subgraph cluster_20 {
color=blue
70 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
72 [label="Enter block"];
73 [label="Const: Int(1)"];
74 [label="Jump: ^test_3 Int(1)"];
75 [label="Stub" style="filled" fillcolor=gray];
76 [label="Exit block" style="filled" fillcolor=gray];
71 [label="Enter block"];
72 [label="Const: Int(1)"];
73 [label="Jump: ^test_3 Int(1)"];
74 [label="Stub" style="filled" fillcolor=gray];
75 [label="Exit block" style="filled" fillcolor=gray];
}
71 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
76 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
65 [label="Postponed exit from lambda"];
66 [label="Function call: R|/getInt|(...)"];
67 [label="Jump: ^test_3 R|/getInt|(<L> = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> {
64 [label="Postponed exit from lambda"];
65 [label="Function call: R|/getInt|(...)"];
66 [label="Jump: ^test_3 R|/getInt|(<L> = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> {
^test_3 Int(1)
}
)"];
68 [label="Stub" style="filled" fillcolor=gray];
69 [label="Exit block" style="filled" fillcolor=gray];
67 [label="Stub" style="filled" fillcolor=gray];
68 [label="Exit block" style="filled" fillcolor=gray];
}
62 [label="Exit function test_3" style="filled" fillcolor=red];
69 [label="Exit function test_3" style="filled" fillcolor=red];
}
61 -> {63};
63 -> {64};
64 -> {70};
64 -> {65} [color=red];
61 -> {62};
62 -> {63};
63 -> {70};
63 -> {64} [color=red];
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {62};
66 -> {69};
66 -> {67} [style=dotted];
67 -> {68} [style=dotted];
68 -> {69} [style=dotted];
69 -> {62} [style=dotted];
70 -> {71 72};
71 -> {65} [color=green];
71 -> {70} [color=green style=dashed];
70 -> {76 71};
71 -> {72};
72 -> {73};
73 -> {74};
74 -> {62};
73 -> {69};
73 -> {74} [style=dotted];
74 -> {75} [style=dotted];
75 -> {76} [style=dotted];
76 -> {71} [style=dotted];
76 -> {64} [color=green];
76 -> {70} [color=green style=dashed];
subgraph cluster_22 {
color=red
77 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_23 {
color=blue
79 [label="Enter block"];
80 [label="Postponed enter to lambda"];
78 [label="Enter block"];
79 [label="Postponed enter to lambda"];
subgraph cluster_24 {
color=blue
86 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_25 {
color=blue
88 [label="Enter block"];
89 [label="Const: Int(1)"];
90 [label="Jump: ^test_4 Int(1)"];
91 [label="Stub" style="filled" fillcolor=gray];
92 [label="Exit block" style="filled" fillcolor=gray];
87 [label="Enter block"];
88 [label="Const: Int(1)"];
89 [label="Jump: ^test_4 Int(1)"];
90 [label="Stub" style="filled" fillcolor=gray];
91 [label="Exit block" style="filled" fillcolor=gray];
}
87 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
92 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
81 [label="Postponed exit from lambda"];
82 [label="Function call: R|/getInt|(...)"];
83 [label="Jump: ^test_4 R|/getInt|(block = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> {
80 [label="Postponed exit from lambda"];
81 [label="Function call: R|/getInt|(...)"];
82 [label="Jump: ^test_4 R|/getInt|(block = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> {
^test_4 Int(1)
}
)"];
84 [label="Stub" style="filled" fillcolor=gray];
85 [label="Exit block" style="filled" fillcolor=gray];
83 [label="Stub" style="filled" fillcolor=gray];
84 [label="Exit block" style="filled" fillcolor=gray];
}
78 [label="Exit function test_4" style="filled" fillcolor=red];
85 [label="Exit function test_4" style="filled" fillcolor=red];
}
77 -> {79};
79 -> {80};
80 -> {86};
80 -> {81} [color=red];
77 -> {78};
78 -> {79};
79 -> {86};
79 -> {80} [color=red];
80 -> {81};
81 -> {82};
82 -> {83};
83 -> {78};
82 -> {85};
82 -> {83} [style=dotted];
83 -> {84} [style=dotted];
84 -> {85} [style=dotted];
85 -> {78} [style=dotted];
86 -> {87 88};
87 -> {81} [color=green];
87 -> {86} [color=green style=dashed];
86 -> {92 87};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {78};
89 -> {85};
89 -> {90} [style=dotted];
90 -> {91} [style=dotted];
91 -> {92} [style=dotted];
92 -> {87} [style=dotted];
92 -> {80} [color=green];
92 -> {86} [color=green style=dashed];
}