[FIR-TEST] Update CFG dumps according to new nodes order
This commit is contained in:
@@ -8,78 +8,78 @@ digraph defaultArguments_kt {
|
||||
0 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Const: Int(1)"];
|
||||
4 [label="Jump: ^foo Int(1)"];
|
||||
5 [label="Stub" style="filled" fillcolor=gray];
|
||||
6 [label="Exit block" style="filled" fillcolor=gray];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Const: Int(1)"];
|
||||
3 [label="Jump: ^foo Int(1)"];
|
||||
4 [label="Stub" style="filled" fillcolor=gray];
|
||||
5 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
1 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
6 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {1};
|
||||
3 -> {6};
|
||||
3 -> {4} [style=dotted];
|
||||
4 -> {5} [style=dotted];
|
||||
5 -> {6} [style=dotted];
|
||||
6 -> {1} [style=dotted];
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
7 [label="Enter function test" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
17 [label="Enter default value of z" style="filled" fillcolor=red];
|
||||
18 [label="Postponed enter to lambda"];
|
||||
16 [label="Enter default value of z" style="filled" fillcolor=red];
|
||||
17 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
22 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
24 [label="Enter block"];
|
||||
25 [label="Function call: R|/foo|()"];
|
||||
26 [label="Exit block"];
|
||||
23 [label="Enter block"];
|
||||
24 [label="Function call: R|/foo|()"];
|
||||
25 [label="Exit block"];
|
||||
}
|
||||
23 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
26 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
21 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
18 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
19 [label="Postponed exit from lambda"];
|
||||
20 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
16 [label="Exit default value of z" style="filled" fillcolor=red];
|
||||
21 [label="Exit default value of z" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
13 [label="Enter default value of y" style="filled" fillcolor=red];
|
||||
14 [label="Access variable R|<local>/x|"];
|
||||
15 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
|
||||
12 [label="Exit default value of y" style="filled" fillcolor=red];
|
||||
12 [label="Enter default value of y" style="filled" fillcolor=red];
|
||||
13 [label="Access variable R|<local>/x|"];
|
||||
14 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
|
||||
15 [label="Exit default value of y" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
9 [label="Enter block"];
|
||||
10 [label="Function call: R|/foo|()"];
|
||||
11 [label="Exit block"];
|
||||
8 [label="Enter block"];
|
||||
9 [label="Function call: R|/foo|()"];
|
||||
10 [label="Exit block"];
|
||||
}
|
||||
8 [label="Exit function test" style="filled" fillcolor=red];
|
||||
11 [label="Exit function test" style="filled" fillcolor=red];
|
||||
}
|
||||
7 -> {13 17 9};
|
||||
7 -> {12 16 8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {8};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {12};
|
||||
17 -> {18};
|
||||
18 -> {22};
|
||||
18 -> {19} [color=red];
|
||||
16 -> {17};
|
||||
17 -> {22};
|
||||
17 -> {19} [color=red];
|
||||
18 -> {20} [color=red];
|
||||
19 -> {20} [color=green];
|
||||
20 -> {16};
|
||||
21 -> {20} [color=red];
|
||||
22 -> {24};
|
||||
23 -> {19} [color=green];
|
||||
23 -> {21} [color=red];
|
||||
20 -> {21};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {23};
|
||||
26 -> {19} [color=green];
|
||||
26 -> {18} [color=red];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user