[FIR-TEST] Update cfg dumps according to previous commits

This commit is contained in:
Dmitriy Novozhilov
2020-03-31 15:14:11 +03:00
parent 6faf364a46
commit 1d1b8d3290
59 changed files with 8803 additions and 9268 deletions
@@ -8,7 +8,6 @@ digraph equalsAndIdentity_kt {
0 [label="Enter function foo" style="filled" fillcolor=red];
1 [label="Exit function foo" style="filled" fillcolor=red];
}
0 -> {1};
subgraph cluster_1 {
@@ -16,7 +15,6 @@ digraph equalsAndIdentity_kt {
2 [label="Enter class A" style="filled" fillcolor=red];
3 [label="Exit class A" style="filled" fillcolor=red];
}
2 -> {3} [color=green];
subgraph cluster_2 {
@@ -24,66 +22,64 @@ digraph equalsAndIdentity_kt {
4 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
5 [label="Enter when"];
6 [label="Enter when"];
subgraph cluster_4 {
color=blue
6 [label="Enter when branch condition "];
7 [label="Access variable R|<local>/x|"];
8 [label="Access variable R|<local>/y|"];
9 [label="Operator =="];
10 [label="Exit when branch condition"];
8 [label="Enter when branch condition "];
9 [label="Access variable R|<local>/x|"];
10 [label="Access variable R|<local>/y|"];
11 [label="Operator =="];
12 [label="Exit when branch condition"];
}
11 [label="Synthetic else branch"];
12 [label="Enter when branch result"];
21 [label="Synthetic else branch"];
13 [label="Enter when branch result"];
subgraph cluster_5 {
color=blue
13 [label="Enter block"];
14 [label="Access variable R|<local>/x|"];
15 [label="Function call: R|<local>/x|.R|/A.foo|()"];
16 [label="Access variable R|<local>/y|"];
17 [label="Function call: R|<local>/y|.R|/A.foo|()"];
18 [label="Exit block"];
14 [label="Enter block"];
15 [label="Access variable R|<local>/x|"];
16 [label="Function call: R|<local>/x|.R|/A.foo|()"];
17 [label="Access variable R|<local>/y|"];
18 [label="Function call: R|<local>/y|.R|/A.foo|()"];
19 [label="Exit block"];
}
19 [label="Exit when branch result"];
20 [label="Exit when"];
20 [label="Exit when branch result"];
7 [label="Exit when"];
}
subgraph cluster_6 {
color=blue
21 [label="Enter when"];
22 [label="Enter when"];
subgraph cluster_7 {
color=blue
22 [label="Enter when branch condition "];
23 [label="Access variable R|<local>/x|"];
24 [label="Access variable R|<local>/y|"];
25 [label="Operator ==="];
26 [label="Exit when branch condition"];
24 [label="Enter when branch condition "];
25 [label="Access variable R|<local>/x|"];
26 [label="Access variable R|<local>/y|"];
27 [label="Operator ==="];
28 [label="Exit when branch condition"];
}
27 [label="Synthetic else branch"];
28 [label="Enter when branch result"];
37 [label="Synthetic else branch"];
29 [label="Enter when branch result"];
subgraph cluster_8 {
color=blue
29 [label="Enter block"];
30 [label="Access variable R|<local>/x|"];
31 [label="Function call: R|<local>/x|.R|/A.foo|()"];
32 [label="Access variable R|<local>/y|"];
33 [label="Function call: R|<local>/y|.R|/A.foo|()"];
34 [label="Exit block"];
30 [label="Enter block"];
31 [label="Access variable R|<local>/x|"];
32 [label="Function call: R|<local>/x|.R|/A.foo|()"];
33 [label="Access variable R|<local>/y|"];
34 [label="Function call: R|<local>/y|.R|/A.foo|()"];
35 [label="Exit block"];
}
35 [label="Exit when branch result"];
36 [label="Exit when"];
36 [label="Exit when branch result"];
23 [label="Exit when"];
}
37 [label="Exit function test_1" style="filled" fillcolor=red];
5 [label="Exit function test_1" style="filled" fillcolor=red];
}
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {8};
4 -> {6};
6 -> {8};
7 -> {22};
8 -> {9};
9 -> {10};
10 -> {12 11};
11 -> {20};
12 -> {13};
10 -> {11};
11 -> {12};
12 -> {13 21};
13 -> {14};
14 -> {15};
15 -> {16};
@@ -91,15 +87,15 @@ digraph equalsAndIdentity_kt {
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
20 -> {7};
21 -> {7};
22 -> {24};
23 -> {5};
24 -> {25};
25 -> {26};
26 -> {28 27};
27 -> {36};
28 -> {29};
26 -> {27};
27 -> {28};
28 -> {29 37};
29 -> {30};
30 -> {31};
31 -> {32};
@@ -107,73 +103,72 @@ digraph equalsAndIdentity_kt {
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
36 -> {23};
37 -> {23};
subgraph cluster_9 {
color=red
38 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
39 [label="Enter when"];
40 [label="Enter when"];
subgraph cluster_11 {
color=blue
40 [label="Enter when branch condition "];
41 [label="Access variable R|<local>/x|"];
42 [label="Access variable R|<local>/y|"];
43 [label="Operator =="];
44 [label="Exit when branch condition"];
42 [label="Enter when branch condition "];
43 [label="Access variable R|<local>/x|"];
44 [label="Access variable R|<local>/y|"];
45 [label="Operator =="];
46 [label="Exit when branch condition"];
}
45 [label="Synthetic else branch"];
46 [label="Enter when branch result"];
55 [label="Synthetic else branch"];
47 [label="Enter when branch result"];
subgraph cluster_12 {
color=blue
47 [label="Enter block"];
48 [label="Access variable R|<local>/x|"];
49 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
50 [label="Access variable R|<local>/y|"];
51 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
52 [label="Exit block"];
48 [label="Enter block"];
49 [label="Access variable R|<local>/x|"];
50 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
51 [label="Access variable R|<local>/y|"];
52 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
53 [label="Exit block"];
}
53 [label="Exit when branch result"];
54 [label="Exit when"];
54 [label="Exit when branch result"];
41 [label="Exit when"];
}
subgraph cluster_13 {
color=blue
55 [label="Enter when"];
56 [label="Enter when"];
subgraph cluster_14 {
color=blue
56 [label="Enter when branch condition "];
57 [label="Access variable R|<local>/x|"];
58 [label="Access variable R|<local>/y|"];
59 [label="Operator ==="];
60 [label="Exit when branch condition"];
58 [label="Enter when branch condition "];
59 [label="Access variable R|<local>/x|"];
60 [label="Access variable R|<local>/y|"];
61 [label="Operator ==="];
62 [label="Exit when branch condition"];
}
61 [label="Synthetic else branch"];
62 [label="Enter when branch result"];
71 [label="Synthetic else branch"];
63 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
63 [label="Enter block"];
64 [label="Access variable R|<local>/x|"];
65 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
66 [label="Access variable R|<local>/y|"];
67 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
68 [label="Exit block"];
64 [label="Enter block"];
65 [label="Access variable R|<local>/x|"];
66 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
67 [label="Access variable R|<local>/y|"];
68 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
69 [label="Exit block"];
}
69 [label="Exit when branch result"];
70 [label="Exit when"];
70 [label="Exit when branch result"];
57 [label="Exit when"];
}
71 [label="Exit function test_2" style="filled" fillcolor=red];
39 [label="Exit function test_2" style="filled" fillcolor=red];
}
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {42};
38 -> {40};
40 -> {42};
41 -> {56};
42 -> {43};
43 -> {44};
44 -> {46 45};
45 -> {54};
46 -> {47};
44 -> {45};
45 -> {46};
46 -> {47 55};
47 -> {48};
48 -> {49};
49 -> {50};
@@ -181,15 +176,15 @@ digraph equalsAndIdentity_kt {
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
54 -> {41};
55 -> {41};
56 -> {58};
57 -> {39};
58 -> {59};
59 -> {60};
60 -> {62 61};
61 -> {70};
62 -> {63};
60 -> {61};
61 -> {62};
62 -> {63 71};
63 -> {64};
64 -> {65};
65 -> {66};
@@ -197,111 +192,110 @@ digraph equalsAndIdentity_kt {
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
70 -> {57};
71 -> {57};
subgraph cluster_16 {
color=red
72 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_17 {
color=blue
73 [label="Enter when"];
74 [label="Enter when"];
subgraph cluster_18 {
color=blue
74 [label="Enter when branch condition "];
75 [label="Access variable R|<local>/y|"];
76 [label="Const: Null(null)"];
77 [label="Operator =="];
78 [label="Exit when branch condition"];
76 [label="Enter when branch condition "];
77 [label="Access variable R|<local>/y|"];
78 [label="Const: Null(null)"];
79 [label="Operator =="];
80 [label="Exit when branch condition"];
}
79 [label="Synthetic else branch"];
80 [label="Enter when branch result"];
87 [label="Synthetic else branch"];
81 [label="Enter when branch result"];
subgraph cluster_19 {
color=blue
81 [label="Enter block"];
82 [label="Jump: ^test_3 Unit"];
83 [label="Stub" style="filled" fillcolor=gray];
84 [label="Exit block" style="filled" fillcolor=gray];
82 [label="Enter block"];
83 [label="Jump: ^test_3 Unit"];
84 [label="Stub" style="filled" fillcolor=gray];
85 [label="Exit block" style="filled" fillcolor=gray];
}
85 [label="Exit when branch result" style="filled" fillcolor=gray];
86 [label="Exit when"];
86 [label="Exit when branch result" style="filled" fillcolor=gray];
75 [label="Exit when"];
}
subgraph cluster_20 {
color=blue
87 [label="Enter when"];
88 [label="Enter when"];
subgraph cluster_21 {
color=blue
88 [label="Enter when branch condition "];
89 [label="Access variable R|<local>/x|"];
90 [label="Access variable R|<local>/y|"];
91 [label="Operator =="];
92 [label="Exit when branch condition"];
90 [label="Enter when branch condition "];
91 [label="Access variable R|<local>/x|"];
92 [label="Access variable R|<local>/y|"];
93 [label="Operator =="];
94 [label="Exit when branch condition"];
}
93 [label="Synthetic else branch"];
94 [label="Enter when branch result"];
103 [label="Synthetic else branch"];
95 [label="Enter when branch result"];
subgraph cluster_22 {
color=blue
95 [label="Enter block"];
96 [label="Access variable R|<local>/x|"];
97 [label="Function call: R|<local>/x|.R|/A.foo|()"];
98 [label="Access variable R|<local>/y|"];
99 [label="Function call: R|<local>/y|.R|/A.foo|()"];
100 [label="Exit block"];
96 [label="Enter block"];
97 [label="Access variable R|<local>/x|"];
98 [label="Function call: R|<local>/x|.R|/A.foo|()"];
99 [label="Access variable R|<local>/y|"];
100 [label="Function call: R|<local>/y|.R|/A.foo|()"];
101 [label="Exit block"];
}
101 [label="Exit when branch result"];
102 [label="Exit when"];
102 [label="Exit when branch result"];
89 [label="Exit when"];
}
subgraph cluster_23 {
color=blue
103 [label="Enter when"];
104 [label="Enter when"];
subgraph cluster_24 {
color=blue
104 [label="Enter when branch condition "];
105 [label="Access variable R|<local>/x|"];
106 [label="Access variable R|<local>/y|"];
107 [label="Operator ==="];
108 [label="Exit when branch condition"];
106 [label="Enter when branch condition "];
107 [label="Access variable R|<local>/x|"];
108 [label="Access variable R|<local>/y|"];
109 [label="Operator ==="];
110 [label="Exit when branch condition"];
}
109 [label="Synthetic else branch"];
110 [label="Enter when branch result"];
119 [label="Synthetic else branch"];
111 [label="Enter when branch result"];
subgraph cluster_25 {
color=blue
111 [label="Enter block"];
112 [label="Access variable R|<local>/x|"];
113 [label="Function call: R|<local>/x|.R|/A.foo|()"];
114 [label="Access variable R|<local>/y|"];
115 [label="Function call: R|<local>/y|.R|/A.foo|()"];
116 [label="Exit block"];
112 [label="Enter block"];
113 [label="Access variable R|<local>/x|"];
114 [label="Function call: R|<local>/x|.R|/A.foo|()"];
115 [label="Access variable R|<local>/y|"];
116 [label="Function call: R|<local>/y|.R|/A.foo|()"];
117 [label="Exit block"];
}
117 [label="Exit when branch result"];
118 [label="Exit when"];
118 [label="Exit when branch result"];
105 [label="Exit when"];
}
119 [label="Exit function test_3" style="filled" fillcolor=red];
73 [label="Exit function test_3" style="filled" fillcolor=red];
}
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
72 -> {74};
74 -> {76};
75 -> {88};
76 -> {77};
77 -> {78};
78 -> {80 79};
79 -> {86};
80 -> {81};
78 -> {79};
79 -> {80};
80 -> {81 87};
81 -> {82};
82 -> {119};
82 -> {83} [style=dotted];
82 -> {83};
83 -> {73};
83 -> {84} [style=dotted];
84 -> {85} [style=dotted];
85 -> {86} [style=dotted];
86 -> {87};
87 -> {88};
88 -> {89};
89 -> {90};
86 -> {75} [style=dotted];
87 -> {75};
88 -> {90};
89 -> {104};
90 -> {91};
91 -> {92};
92 -> {94 93};
93 -> {102};
94 -> {95};
92 -> {93};
93 -> {94};
94 -> {95 103};
95 -> {96};
96 -> {97};
97 -> {98};
@@ -309,15 +303,15 @@ digraph equalsAndIdentity_kt {
99 -> {100};
100 -> {101};
101 -> {102};
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {106};
102 -> {89};
103 -> {89};
104 -> {106};
105 -> {73};
106 -> {107};
107 -> {108};
108 -> {110 109};
109 -> {118};
110 -> {111};
108 -> {109};
109 -> {110};
110 -> {111 119};
111 -> {112};
112 -> {113};
113 -> {114};
@@ -325,6 +319,7 @@ digraph equalsAndIdentity_kt {
115 -> {116};
116 -> {117};
117 -> {118};
118 -> {119};
118 -> {105};
119 -> {105};
}