[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
+131 -131
View File
@@ -12,109 +12,109 @@ digraph complex_kt {
subgraph cluster_1 {
color=red
3 [label="Enter class AutoCloseable" style="filled" fillcolor=red];
2 [label="Exit class AutoCloseable" style="filled" fillcolor=red];
2 [label="Enter class AutoCloseable" style="filled" fillcolor=red];
3 [label="Exit class AutoCloseable" style="filled" fillcolor=red];
}
3 -> {2} [color=green];
2 -> {3} [color=green];
subgraph cluster_2 {
color=red
4 [label="Enter function addSuppressed" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
6 [label="Enter block"];
7 [label="Exit block"];
5 [label="Enter block"];
6 [label="Exit block"];
}
5 [label="Exit function addSuppressed" style="filled" fillcolor=red];
7 [label="Exit function addSuppressed" style="filled" fillcolor=red];
}
4 -> {6};
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {5};
subgraph cluster_4 {
color=red
8 [label="Enter function closeFinally" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
10 [label="Enter block"];
9 [label="Enter block"];
subgraph cluster_6 {
color=blue
11 [label="Enter when"];
10 [label="Enter when"];
subgraph cluster_7 {
color=blue
13 [label="Enter when branch condition "];
14 [label="Access variable this@R|/closeFinally|"];
15 [label="Const: Null(null)"];
16 [label="Operator =="];
17 [label="Exit when branch condition"];
11 [label="Enter when branch condition "];
12 [label="Access variable this@R|/closeFinally|"];
13 [label="Const: Null(null)"];
14 [label="Operator =="];
15 [label="Exit when branch condition"];
}
subgraph cluster_8 {
color=blue
22 [label="Enter when branch condition "];
23 [label="Access variable R|<local>/cause|"];
24 [label="Const: Null(null)"];
25 [label="Operator =="];
26 [label="Exit when branch condition"];
16 [label="Enter when branch condition "];
17 [label="Access variable R|<local>/cause|"];
18 [label="Const: Null(null)"];
19 [label="Operator =="];
20 [label="Exit when branch condition"];
}
subgraph cluster_9 {
color=blue
32 [label="Enter when branch condition else"];
33 [label="Exit when branch condition"];
21 [label="Enter when branch condition else"];
22 [label="Exit when branch condition"];
}
34 [label="Enter when branch result"];
23 [label="Enter when branch result"];
subgraph cluster_10 {
color=blue
35 [label="Enter block"];
24 [label="Enter block"];
subgraph cluster_11 {
color=blue
36 [label="Try expression enter"];
25 [label="Try expression enter"];
subgraph cluster_12 {
color=blue
38 [label="Try main block enter"];
26 [label="Try main block enter"];
subgraph cluster_13 {
color=blue
40 [label="Enter block"];
41 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"];
42 [label="Exit block"];
27 [label="Enter block"];
28 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"];
29 [label="Exit block"];
}
43 [label="Try main block exit"];
30 [label="Try main block exit"];
}
subgraph cluster_14 {
color=blue
39 [label="Catch enter"];
31 [label="Catch enter"];
subgraph cluster_15 {
color=blue
44 [label="Enter block"];
45 [label="Access variable R|<local>/cause|"];
46 [label="Access variable R|<local>/closeException|"];
47 [label="Function call: R|<local>/cause|.R|/addSuppressed|(...)"];
48 [label="Exit block"];
32 [label="Enter block"];
33 [label="Access variable R|<local>/cause|"];
34 [label="Access variable R|<local>/closeException|"];
35 [label="Function call: R|<local>/cause|.R|/addSuppressed|(...)"];
36 [label="Exit block"];
}
49 [label="Catch exit"];
37 [label="Catch exit"];
}
37 [label="Try expression exit"];
38 [label="Try expression exit"];
}
50 [label="Exit block"];
39 [label="Exit block"];
}
51 [label="Exit when branch result"];
27 [label="Enter when branch result"];
40 [label="Exit when branch result"];
41 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
28 [label="Enter block"];
29 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"];
30 [label="Exit block"];
42 [label="Enter block"];
43 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"];
44 [label="Exit block"];
}
31 [label="Exit when branch result"];
18 [label="Enter when branch result"];
45 [label="Exit when branch result"];
46 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
19 [label="Enter block"];
20 [label="Exit block"];
47 [label="Enter block"];
48 [label="Exit block"];
}
21 [label="Exit when branch result"];
12 [label="Exit when"];
49 [label="Exit when branch result"];
50 [label="Exit when"];
}
52 [label="Jump: ^closeFinally when () {
51 [label="Jump: ^closeFinally when () {
==(this@R|/closeFinally|, Null(null)) -> {
}
==(R|<local>/cause|, Null(null)) -> {
@@ -131,160 +131,160 @@ digraph complex_kt {
}
}
"];
53 [label="Stub" style="filled" fillcolor=gray];
54 [label="Exit block" style="filled" fillcolor=gray];
52 [label="Stub" style="filled" fillcolor=gray];
53 [label="Exit block" style="filled" fillcolor=gray];
}
9 [label="Exit function closeFinally" style="filled" fillcolor=red];
54 [label="Exit function closeFinally" style="filled" fillcolor=red];
}
8 -> {10};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {13};
12 -> {52};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
15 -> {46 16};
16 -> {17};
17 -> {18 22};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {12};
20 -> {41 21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27 32};
26 -> {54 31 27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {12};
30 -> {38};
31 -> {54 32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {38};
37 -> {50};
38 -> {9 39 40};
39 -> {9 44};
40 -> {41};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {50};
41 -> {42};
42 -> {43};
43 -> {37};
43 -> {44};
44 -> {45};
45 -> {46};
45 -> {50};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {37};
49 -> {50};
50 -> {51};
51 -> {12};
52 -> {9};
51 -> {54};
51 -> {52} [style=dotted];
52 -> {53} [style=dotted];
53 -> {54} [style=dotted];
54 -> {9} [style=dotted];
subgraph cluster_18 {
color=red
55 [label="Enter function firstIsInstanceOrNull" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
57 [label="Enter block"];
58 [label="Access variable this@R|/firstIsInstanceOrNull|"];
59 [label="Function call: this@R|/firstIsInstanceOrNull|.R|FakeOverride<kotlin/collections/List.iterator: R|kotlin/collections/Iterator<kotlin/Any?>|>|()"];
60 [label="Variable declaration: lval <iterator>: R|kotlin/collections/Iterator<kotlin/Any?>|"];
56 [label="Enter block"];
57 [label="Access variable this@R|/firstIsInstanceOrNull|"];
58 [label="Function call: this@R|/firstIsInstanceOrNull|.R|FakeOverride<kotlin/collections/List.iterator: R|kotlin/collections/Iterator<kotlin/Any?>|>|()"];
59 [label="Variable declaration: lval <iterator>: R|kotlin/collections/Iterator<kotlin/Any?>|"];
subgraph cluster_20 {
color=blue
61 [label="Enter while loop"];
60 [label="Enter while loop"];
subgraph cluster_21 {
color=blue
63 [label="Enter loop condition"];
64 [label="Access variable R|<local>/<iterator>|"];
65 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"];
66 [label="Exit loop condition"];
61 [label="Enter loop condition"];
62 [label="Access variable R|<local>/<iterator>|"];
63 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"];
64 [label="Exit loop condition"];
}
subgraph cluster_22 {
color=blue
67 [label="Enter loop block"];
65 [label="Enter loop block"];
subgraph cluster_23 {
color=blue
68 [label="Enter block"];
69 [label="Access variable R|<local>/<iterator>|"];
70 [label="Function call: R|<local>/<iterator>|.R|FakeOverride<kotlin/collections/Iterator.next: R|kotlin/Any?|>|()"];
71 [label="Variable declaration: lval element: R|kotlin/Any?|"];
66 [label="Enter block"];
67 [label="Access variable R|<local>/<iterator>|"];
68 [label="Function call: R|<local>/<iterator>|.R|FakeOverride<kotlin/collections/Iterator.next: R|kotlin/Any?|>|()"];
69 [label="Variable declaration: lval element: R|kotlin/Any?|"];
subgraph cluster_24 {
color=blue
72 [label="Enter when"];
70 [label="Enter when"];
subgraph cluster_25 {
color=blue
74 [label="Enter when branch condition "];
75 [label="Access variable R|<local>/element|"];
76 [label="Type operator: (R|<local>/element| is R|T|)"];
77 [label="Exit when branch condition"];
71 [label="Enter when branch condition "];
72 [label="Access variable R|<local>/element|"];
73 [label="Type operator: (R|<local>/element| is R|T|)"];
74 [label="Exit when branch condition"];
}
85 [label="Synthetic else branch"];
78 [label="Enter when branch result"];
75 [label="Synthetic else branch"];
76 [label="Enter when branch result"];
subgraph cluster_26 {
color=blue
79 [label="Enter block"];
80 [label="Access variable R|<local>/element|"];
81 [label="Jump: ^firstIsInstanceOrNull R|<local>/element|"];
82 [label="Stub" style="filled" fillcolor=gray];
83 [label="Exit block" style="filled" fillcolor=gray];
77 [label="Enter block"];
78 [label="Access variable R|<local>/element|"];
79 [label="Jump: ^firstIsInstanceOrNull R|<local>/element|"];
80 [label="Stub" style="filled" fillcolor=gray];
81 [label="Exit block" style="filled" fillcolor=gray];
}
84 [label="Exit when branch result" style="filled" fillcolor=gray];
73 [label="Exit when"];
82 [label="Exit when branch result" style="filled" fillcolor=gray];
83 [label="Exit when"];
}
86 [label="Exit block"];
84 [label="Exit block"];
}
87 [label="Exit loop block"];
85 [label="Exit loop block"];
}
62 [label="Exit whileloop"];
86 [label="Exit whileloop"];
}
88 [label="Const: Null(null)"];
89 [label="Jump: ^firstIsInstanceOrNull Null(null)"];
90 [label="Stub" style="filled" fillcolor=gray];
91 [label="Exit block" style="filled" fillcolor=gray];
87 [label="Const: Null(null)"];
88 [label="Jump: ^firstIsInstanceOrNull Null(null)"];
89 [label="Stub" style="filled" fillcolor=gray];
90 [label="Exit block" style="filled" fillcolor=gray];
}
56 [label="Exit function firstIsInstanceOrNull" style="filled" fillcolor=red];
91 [label="Exit function firstIsInstanceOrNull" style="filled" fillcolor=red];
}
55 -> {57};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {61};
61 -> {63};
62 -> {88};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
64 -> {86 65};
65 -> {66};
66 -> {62 67};
66 -> {67};
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
71 -> {72};
72 -> {74};
73 -> {86};
74 -> {75};
75 -> {76};
72 -> {73};
73 -> {74};
74 -> {76 75};
75 -> {83};
76 -> {77};
77 -> {78 85};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {81};
81 -> {56};
79 -> {91};
79 -> {80} [style=dotted];
80 -> {81} [style=dotted];
81 -> {82} [style=dotted];
82 -> {83} [style=dotted];
83 -> {84} [style=dotted];
84 -> {73} [style=dotted];
85 -> {73};
83 -> {84};
84 -> {85};
85 -> {61} [color=green style=dashed];
86 -> {87};
87 -> {63} [color=green style=dashed];
88 -> {89};
89 -> {56};
87 -> {88};
88 -> {91};
88 -> {89} [style=dotted];
89 -> {90} [style=dotted];
90 -> {91} [style=dotted];
91 -> {56} [style=dotted];
}