[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
+176 -176
View File
@@ -8,315 +8,315 @@ digraph tryCatch_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
2 [label="Enter block"];
1 [label="Enter block"];
subgraph cluster_2 {
color=blue
3 [label="Try expression enter"];
2 [label="Try expression enter"];
subgraph cluster_3 {
color=blue
5 [label="Try main block enter"];
3 [label="Try main block enter"];
subgraph cluster_4 {
color=blue
8 [label="Enter block"];
9 [label="Const: Int(1)"];
10 [label="Variable declaration: lval x: R|kotlin/Int|"];
11 [label="Exit block"];
4 [label="Enter block"];
5 [label="Const: Int(1)"];
6 [label="Variable declaration: lval x: R|kotlin/Int|"];
7 [label="Exit block"];
}
12 [label="Try main block exit"];
8 [label="Try main block exit"];
}
subgraph cluster_5 {
color=blue
7 [label="Catch enter"];
9 [label="Catch enter"];
subgraph cluster_6 {
color=blue
18 [label="Enter block"];
19 [label="Const: Int(3)"];
20 [label="Variable declaration: lval z: R|kotlin/Int|"];
21 [label="Exit block"];
10 [label="Enter block"];
11 [label="Const: Int(3)"];
12 [label="Variable declaration: lval z: R|kotlin/Int|"];
13 [label="Exit block"];
}
22 [label="Catch exit"];
14 [label="Catch exit"];
}
subgraph cluster_7 {
color=blue
6 [label="Catch enter"];
15 [label="Catch enter"];
subgraph cluster_8 {
color=blue
13 [label="Enter block"];
14 [label="Const: Int(2)"];
15 [label="Variable declaration: lval y: R|kotlin/Int|"];
16 [label="Exit block"];
16 [label="Enter block"];
17 [label="Const: Int(2)"];
18 [label="Variable declaration: lval y: R|kotlin/Int|"];
19 [label="Exit block"];
}
17 [label="Catch exit"];
20 [label="Catch exit"];
}
4 [label="Try expression exit"];
21 [label="Try expression exit"];
}
23 [label="Exit block"];
22 [label="Exit block"];
}
1 [label="Exit function test_1" style="filled" fillcolor=red];
23 [label="Exit function test_1" style="filled" fillcolor=red];
}
0 -> {2};
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {5};
4 -> {23};
5 -> {1 6 7 8};
6 -> {1 13};
7 -> {1 18};
8 -> {9};
9 -> {10};
3 -> {23 15 9 4};
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {21};
9 -> {23 10};
10 -> {11};
11 -> {12};
12 -> {4};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
14 -> {21};
15 -> {23 16};
16 -> {17};
17 -> {4};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {4};
23 -> {1};
22 -> {23};
subgraph cluster_9 {
color=red
24 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
26 [label="Enter block"];
25 [label="Enter block"];
subgraph cluster_11 {
color=blue
27 [label="Try expression enter"];
26 [label="Try expression enter"];
subgraph cluster_12 {
color=blue
29 [label="Try main block enter"];
27 [label="Try main block enter"];
subgraph cluster_13 {
color=blue
31 [label="Enter block"];
32 [label="Const: Int(1)"];
33 [label="Exit block"];
28 [label="Enter block"];
29 [label="Const: Int(1)"];
30 [label="Exit block"];
}
34 [label="Try main block exit"];
31 [label="Try main block exit"];
}
subgraph cluster_14 {
color=blue
30 [label="Catch enter"];
32 [label="Catch enter"];
subgraph cluster_15 {
color=blue
35 [label="Enter block"];
36 [label="Const: Int(2)"];
37 [label="Exit block"];
33 [label="Enter block"];
34 [label="Const: Int(2)"];
35 [label="Exit block"];
}
38 [label="Catch exit"];
36 [label="Catch exit"];
}
28 [label="Try expression exit"];
37 [label="Try expression exit"];
}
39 [label="Variable declaration: lval x: R|kotlin/Int|"];
40 [label="Exit block"];
38 [label="Variable declaration: lval x: R|kotlin/Int|"];
39 [label="Exit block"];
}
25 [label="Exit function test_2" style="filled" fillcolor=red];
40 [label="Exit function test_2" style="filled" fillcolor=red];
}
24 -> {26};
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {29};
28 -> {39};
29 -> {25 30 31};
30 -> {25 35};
31 -> {32};
32 -> {33};
27 -> {40 32 28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {37};
32 -> {40 33};
33 -> {34};
34 -> {28};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {28};
38 -> {39};
39 -> {40};
40 -> {25};
subgraph cluster_16 {
color=red
41 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_17 {
color=blue
43 [label="Enter block"];
42 [label="Enter block"];
subgraph cluster_18 {
color=blue
44 [label="Enter while loop"];
43 [label="Enter while loop"];
subgraph cluster_19 {
color=blue
46 [label="Enter loop condition"];
47 [label="Const: Boolean(true)"];
48 [label="Exit loop condition"];
44 [label="Enter loop condition"];
45 [label="Const: Boolean(true)"];
46 [label="Exit loop condition"];
}
subgraph cluster_20 {
color=blue
49 [label="Enter loop block"];
47 [label="Enter loop block"];
subgraph cluster_21 {
color=blue
50 [label="Enter block"];
48 [label="Enter block"];
subgraph cluster_22 {
color=blue
51 [label="Try expression enter"];
49 [label="Try expression enter"];
subgraph cluster_23 {
color=blue
53 [label="Try main block enter"];
50 [label="Try main block enter"];
subgraph cluster_24 {
color=blue
56 [label="Enter block"];
51 [label="Enter block"];
subgraph cluster_25 {
color=blue
57 [label="Enter when"];
52 [label="Enter when"];
subgraph cluster_26 {
color=blue
59 [label="Enter when branch condition "];
60 [label="Access variable R|<local>/b|"];
61 [label="Exit when branch condition"];
53 [label="Enter when branch condition "];
54 [label="Access variable R|<local>/b|"];
55 [label="Exit when branch condition"];
}
68 [label="Synthetic else branch"];
62 [label="Enter when branch result"];
56 [label="Synthetic else branch"];
57 [label="Enter when branch result"];
subgraph cluster_27 {
color=blue
63 [label="Enter block"];
64 [label="Jump: ^test_3 Unit"];
65 [label="Stub" style="filled" fillcolor=gray];
66 [label="Exit block" style="filled" fillcolor=gray];
58 [label="Enter block"];
59 [label="Jump: ^test_3 Unit"];
60 [label="Stub" style="filled" fillcolor=gray];
61 [label="Exit block" style="filled" fillcolor=gray];
}
67 [label="Exit when branch result" style="filled" fillcolor=gray];
58 [label="Exit when"];
62 [label="Exit when branch result" style="filled" fillcolor=gray];
63 [label="Exit when"];
}
69 [label="Const: Int(1)"];
70 [label="Variable declaration: lval x: R|kotlin/Int|"];
64 [label="Const: Int(1)"];
65 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_28 {
color=blue
71 [label="Enter when"];
66 [label="Enter when"];
subgraph cluster_29 {
color=blue
73 [label="Enter when branch condition "];
74 [label="Access variable R|<local>/b|"];
75 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
76 [label="Exit when branch condition"];
67 [label="Enter when branch condition "];
68 [label="Access variable R|<local>/b|"];
69 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
70 [label="Exit when branch condition"];
}
83 [label="Synthetic else branch"];
77 [label="Enter when branch result"];
71 [label="Synthetic else branch"];
72 [label="Enter when branch result"];
subgraph cluster_30 {
color=blue
78 [label="Enter block"];
79 [label="Jump: break@@@[Boolean(true)] "];
80 [label="Stub" style="filled" fillcolor=gray];
81 [label="Exit block" style="filled" fillcolor=gray];
73 [label="Enter block"];
74 [label="Jump: break@@@[Boolean(true)] "];
75 [label="Stub" style="filled" fillcolor=gray];
76 [label="Exit block" style="filled" fillcolor=gray];
}
82 [label="Exit when branch result" style="filled" fillcolor=gray];
72 [label="Exit when"];
77 [label="Exit when branch result" style="filled" fillcolor=gray];
78 [label="Exit when"];
}
84 [label="Exit block"];
79 [label="Exit block"];
}
85 [label="Try main block exit"];
80 [label="Try main block exit"];
}
subgraph cluster_31 {
color=blue
55 [label="Catch enter"];
81 [label="Catch enter"];
subgraph cluster_32 {
color=blue
91 [label="Enter block"];
92 [label="Jump: break@@@[Boolean(true)] "];
93 [label="Stub" style="filled" fillcolor=gray];
94 [label="Exit block" style="filled" fillcolor=gray];
82 [label="Enter block"];
83 [label="Jump: break@@@[Boolean(true)] "];
84 [label="Stub" style="filled" fillcolor=gray];
85 [label="Exit block" style="filled" fillcolor=gray];
}
95 [label="Catch exit" style="filled" fillcolor=gray];
86 [label="Catch exit" style="filled" fillcolor=gray];
}
subgraph cluster_33 {
color=blue
54 [label="Catch enter"];
91 [label="Catch enter"];
subgraph cluster_34 {
color=blue
86 [label="Enter block"];
87 [label="Jump: continue@@@[Boolean(true)] "];
88 [label="Stub" style="filled" fillcolor=gray];
89 [label="Exit block" style="filled" fillcolor=gray];
92 [label="Enter block"];
93 [label="Jump: continue@@@[Boolean(true)] "];
94 [label="Stub" style="filled" fillcolor=gray];
95 [label="Exit block" style="filled" fillcolor=gray];
}
90 [label="Catch exit" style="filled" fillcolor=gray];
96 [label="Catch exit" style="filled" fillcolor=gray];
}
52 [label="Try expression exit"];
97 [label="Try expression exit"];
}
96 [label="Const: Int(2)"];
97 [label="Variable declaration: lval y: R|kotlin/Int|"];
98 [label="Exit block"];
98 [label="Const: Int(2)"];
99 [label="Variable declaration: lval y: R|kotlin/Int|"];
100 [label="Exit block"];
}
99 [label="Exit loop block"];
101 [label="Exit loop block"];
}
45 [label="Exit whileloop"];
87 [label="Exit whileloop"];
}
100 [label="Const: Int(3)"];
101 [label="Variable declaration: lval z: R|kotlin/Int|"];
102 [label="Exit block"];
88 [label="Const: Int(3)"];
89 [label="Variable declaration: lval z: R|kotlin/Int|"];
90 [label="Exit block"];
}
42 [label="Exit function test_3" style="filled" fillcolor=red];
102 [label="Exit function test_3" style="filled" fillcolor=red];
}
41 -> {43};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {46};
45 -> {100};
44 -> {45};
45 -> {46};
46 -> {47};
46 -> {87} [style=dotted];
47 -> {48};
48 -> {49};
48 -> {45} [style=dotted];
49 -> {50};
50 -> {51};
51 -> {53};
52 -> {96};
53 -> {42 54 55 56};
54 -> {42 86};
55 -> {42 91};
56 -> {57};
57 -> {59};
58 -> {69};
59 -> {60};
60 -> {61};
61 -> {62 68};
62 -> {63};
50 -> {102 91 81 51};
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {57 56};
56 -> {63};
57 -> {58};
58 -> {59};
59 -> {102};
59 -> {60} [style=dotted];
60 -> {61} [style=dotted];
61 -> {62} [style=dotted];
62 -> {63} [style=dotted];
63 -> {64};
64 -> {42};
64 -> {65} [style=dotted];
65 -> {66} [style=dotted];
66 -> {67} [style=dotted];
67 -> {58} [style=dotted];
68 -> {58};
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
71 -> {73};
72 -> {84};
70 -> {72 71};
71 -> {78};
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77 83};
77 -> {78};
74 -> {87};
74 -> {75} [style=dotted];
75 -> {76} [style=dotted];
76 -> {77} [style=dotted];
77 -> {78} [style=dotted];
78 -> {79};
79 -> {45};
79 -> {80} [style=dotted];
80 -> {81} [style=dotted];
81 -> {82} [style=dotted];
82 -> {72} [style=dotted];
83 -> {72};
84 -> {85};
85 -> {52};
86 -> {87};
87 -> {88} [style=dotted];
87 -> {44} [color=green style=dashed];
88 -> {89} [style=dotted];
89 -> {90} [style=dotted];
90 -> {52} [style=dotted];
91 -> {92};
92 -> {45};
92 -> {93} [style=dotted];
79 -> {80};
80 -> {97};
81 -> {102 82};
82 -> {83};
83 -> {87};
83 -> {84} [style=dotted];
84 -> {85} [style=dotted];
85 -> {86} [style=dotted];
86 -> {97} [style=dotted];
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {102};
91 -> {102 92};
92 -> {93};
93 -> {94} [style=dotted];
93 -> {43} [color=green style=dashed];
94 -> {95} [style=dotted];
95 -> {52} [style=dotted];
96 -> {97};
95 -> {96} [style=dotted];
96 -> {97} [style=dotted];
97 -> {98};
98 -> {99};
99 -> {46} [color=green style=dashed];
99 -> {100};
100 -> {101};
101 -> {102};
102 -> {42};
101 -> {44} [color=green style=dashed];
}