[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,419 +8,411 @@ digraph booleanOperatorsWithConsts_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
1 [label="Enter when"];
2 [label="Enter when"];
subgraph cluster_2 {
color=blue
2 [label="Enter when branch condition "];
4 [label="Enter when branch condition "];
subgraph cluster_3 {
color=blue
3 [label="Enter ||"];
4 [label="Access variable R|<local>/b|"];
5 [label="Exit left part of ||"];
6 [label="Enter right part of ||"];
7 [label="Const: Boolean(false)"];
8 [label="Exit ||"];
6 [label="Enter ||"];
7 [label="Access variable R|<local>/b|"];
8 [label="Exit left part of ||"];
9 [label="Enter right part of ||"];
10 [label="Const: Boolean(false)"];
5 [label="Exit ||"];
}
9 [label="Exit when branch condition"];
11 [label="Exit when branch condition"];
}
10 [label="Synthetic else branch"];
11 [label="Enter when branch result"];
17 [label="Synthetic else branch"];
12 [label="Enter when branch result"];
subgraph cluster_4 {
color=blue
12 [label="Enter block"];
13 [label="Const: Int(1)"];
14 [label="Exit block"];
13 [label="Enter block"];
14 [label="Const: Int(1)"];
15 [label="Exit block"];
}
15 [label="Exit when branch result"];
16 [label="Exit when"];
16 [label="Exit when branch result"];
3 [label="Exit when"];
}
17 [label="Exit function test_1" style="filled" fillcolor=red];
1 [label="Exit function test_1" style="filled" fillcolor=red];
}
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {4};
4 -> {5};
5 -> {8 6};
0 -> {2};
2 -> {4};
3 -> {1};
4 -> {6};
5 -> {11};
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {11 10};
10 -> {16};
11 -> {12};
8 -> {5 9};
9 -> {10};
10 -> {5};
11 -> {12 17};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {17};
16 -> {3};
17 -> {3};
subgraph cluster_5 {
color=red
18 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
19 [label="Enter when"];
20 [label="Enter when"];
subgraph cluster_7 {
color=blue
20 [label="Enter when branch condition "];
22 [label="Enter when branch condition "];
subgraph cluster_8 {
color=blue
21 [label="Enter ||"];
22 [label="Const: Boolean(false)"];
23 [label="Exit left part of ||"];
24 [label="Enter right part of ||"];
25 [label="Access variable R|<local>/b|"];
26 [label="Exit ||"];
24 [label="Enter ||"];
25 [label="Const: Boolean(false)"];
26 [label="Exit left part of ||"];
27 [label="Enter right part of ||"];
28 [label="Access variable R|<local>/b|"];
23 [label="Exit ||"];
}
27 [label="Exit when branch condition"];
29 [label="Exit when branch condition"];
}
28 [label="Synthetic else branch"];
29 [label="Enter when branch result"];
35 [label="Synthetic else branch"];
30 [label="Enter when branch result"];
subgraph cluster_9 {
color=blue
30 [label="Enter block"];
31 [label="Const: Int(1)"];
32 [label="Exit block"];
31 [label="Enter block"];
32 [label="Const: Int(1)"];
33 [label="Exit block"];
}
33 [label="Exit when branch result"];
34 [label="Exit when"];
34 [label="Exit when branch result"];
21 [label="Exit when"];
}
35 [label="Exit function test_2" style="filled" fillcolor=red];
19 [label="Exit function test_2" style="filled" fillcolor=red];
}
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
23 -> {26} [style=dotted];
18 -> {20};
20 -> {22};
21 -> {19};
22 -> {24};
23 -> {29};
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {29 28};
28 -> {34};
29 -> {30};
26 -> {23} [style=dotted];
27 -> {28};
28 -> {23};
29 -> {30 35};
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
34 -> {21};
35 -> {21};
subgraph cluster_10 {
color=red
36 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
37 [label="Enter when"];
38 [label="Enter when"];
subgraph cluster_12 {
color=blue
38 [label="Enter when branch condition "];
40 [label="Enter when branch condition "];
subgraph cluster_13 {
color=blue
39 [label="Enter ||"];
40 [label="Access variable R|<local>/b|"];
41 [label="Exit left part of ||"];
42 [label="Enter right part of ||"];
43 [label="Const: Boolean(true)"];
44 [label="Exit ||"];
42 [label="Enter ||"];
43 [label="Access variable R|<local>/b|"];
44 [label="Exit left part of ||"];
45 [label="Enter right part of ||"];
46 [label="Const: Boolean(true)"];
41 [label="Exit ||"];
}
45 [label="Exit when branch condition"];
47 [label="Exit when branch condition"];
}
46 [label="Synthetic else branch"];
47 [label="Enter when branch result"];
53 [label="Synthetic else branch"];
48 [label="Enter when branch result"];
subgraph cluster_14 {
color=blue
48 [label="Enter block"];
49 [label="Const: Int(1)"];
50 [label="Exit block"];
49 [label="Enter block"];
50 [label="Const: Int(1)"];
51 [label="Exit block"];
}
51 [label="Exit when branch result"];
52 [label="Exit when"];
52 [label="Exit when branch result"];
39 [label="Exit when"];
}
53 [label="Exit function test_3" style="filled" fillcolor=red];
37 [label="Exit function test_3" style="filled" fillcolor=red];
}
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {44 42};
36 -> {38};
38 -> {40};
39 -> {37};
40 -> {42};
41 -> {47};
42 -> {43};
43 -> {44};
44 -> {45};
45 -> {47 46};
46 -> {52};
47 -> {48};
44 -> {41 45};
45 -> {46};
46 -> {41};
47 -> {48 53};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {53};
52 -> {39};
53 -> {39};
subgraph cluster_15 {
color=red
54 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
55 [label="Enter when"];
56 [label="Enter when"];
subgraph cluster_17 {
color=blue
56 [label="Enter when branch condition "];
58 [label="Enter when branch condition "];
subgraph cluster_18 {
color=blue
57 [label="Enter ||"];
58 [label="Const: Boolean(true)"];
59 [label="Exit left part of ||"];
60 [label="Enter right part of ||" style="filled" fillcolor=gray];
61 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
62 [label="Exit ||"];
60 [label="Enter ||"];
61 [label="Const: Boolean(true)"];
62 [label="Exit left part of ||"];
63 [label="Enter right part of ||" style="filled" fillcolor=gray];
64 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
59 [label="Exit ||"];
}
63 [label="Exit when branch condition"];
65 [label="Exit when branch condition"];
}
64 [label="Synthetic else branch"];
65 [label="Enter when branch result"];
71 [label="Synthetic else branch"];
66 [label="Enter when branch result"];
subgraph cluster_19 {
color=blue
66 [label="Enter block"];
67 [label="Const: Int(1)"];
68 [label="Exit block"];
67 [label="Enter block"];
68 [label="Const: Int(1)"];
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_4" style="filled" fillcolor=red];
55 [label="Exit function test_4" style="filled" fillcolor=red];
}
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {62};
59 -> {60} [style=dotted];
60 -> {61} [style=dotted];
61 -> {62} [style=dotted];
62 -> {63};
63 -> {65 64};
64 -> {70};
65 -> {66};
54 -> {56};
56 -> {58};
57 -> {55};
58 -> {60};
59 -> {65};
60 -> {61};
61 -> {62};
62 -> {59};
62 -> {63} [style=dotted];
63 -> {64} [style=dotted];
64 -> {59} [style=dotted];
65 -> {66 71};
66 -> {67};
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
70 -> {57};
71 -> {57};
subgraph cluster_20 {
color=red
72 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
73 [label="Enter when"];
74 [label="Enter when"];
subgraph cluster_22 {
color=blue
74 [label="Enter when branch condition "];
76 [label="Enter when branch condition "];
subgraph cluster_23 {
color=blue
75 [label="Enter &&"];
76 [label="Access variable R|<local>/b|"];
77 [label="Exit left part of &&"];
78 [label="Enter right part of &&"];
79 [label="Const: Boolean(false)"];
80 [label="Exit &&"];
78 [label="Enter &&"];
79 [label="Access variable R|<local>/b|"];
80 [label="Exit left part of &&"];
81 [label="Enter right part of &&"];
82 [label="Const: Boolean(false)"];
77 [label="Exit &&"];
}
81 [label="Exit when branch condition"];
83 [label="Exit when branch condition"];
}
82 [label="Synthetic else branch"];
83 [label="Enter when branch result"];
89 [label="Synthetic else branch"];
84 [label="Enter when branch result"];
subgraph cluster_24 {
color=blue
84 [label="Enter block"];
85 [label="Const: Int(1)"];
86 [label="Exit block"];
85 [label="Enter block"];
86 [label="Const: Int(1)"];
87 [label="Exit block"];
}
87 [label="Exit when branch result"];
88 [label="Exit when"];
88 [label="Exit when branch result"];
75 [label="Exit when"];
}
89 [label="Exit function test_5" style="filled" fillcolor=red];
73 [label="Exit function test_5" style="filled" fillcolor=red];
}
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {80 78};
72 -> {74};
74 -> {76};
75 -> {73};
76 -> {78};
77 -> {83};
78 -> {79};
79 -> {80};
80 -> {81};
81 -> {83 82};
82 -> {88};
83 -> {84};
80 -> {77 81};
81 -> {82};
82 -> {77};
83 -> {84 89};
84 -> {85};
85 -> {86};
86 -> {87};
87 -> {88};
88 -> {89};
88 -> {75};
89 -> {75};
subgraph cluster_25 {
color=red
90 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_26 {
color=blue
91 [label="Enter when"];
92 [label="Enter when"];
subgraph cluster_27 {
color=blue
92 [label="Enter when branch condition "];
94 [label="Enter when branch condition "];
subgraph cluster_28 {
color=blue
93 [label="Enter &&"];
94 [label="Const: Boolean(false)"];
95 [label="Exit left part of &&"];
96 [label="Enter right part of &&" style="filled" fillcolor=gray];
97 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
98 [label="Exit &&"];
96 [label="Enter &&"];
97 [label="Const: Boolean(false)"];
98 [label="Exit left part of &&"];
99 [label="Enter right part of &&" style="filled" fillcolor=gray];
100 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
95 [label="Exit &&"];
}
99 [label="Exit when branch condition"];
101 [label="Exit when branch condition"];
}
100 [label="Synthetic else branch"];
101 [label="Enter when branch result"];
107 [label="Synthetic else branch"];
102 [label="Enter when branch result"];
subgraph cluster_29 {
color=blue
102 [label="Enter block"];
103 [label="Const: Int(1)"];
104 [label="Exit block"];
103 [label="Enter block"];
104 [label="Const: Int(1)"];
105 [label="Exit block"];
}
105 [label="Exit when branch result"];
106 [label="Exit when"];
106 [label="Exit when branch result"];
93 [label="Exit when"];
}
107 [label="Exit function test_6" style="filled" fillcolor=red];
91 [label="Exit function test_6" style="filled" fillcolor=red];
}
90 -> {91};
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {95};
95 -> {98};
95 -> {96} [style=dotted];
96 -> {97} [style=dotted];
97 -> {98} [style=dotted];
98 -> {99};
99 -> {101 100};
100 -> {106};
101 -> {102};
90 -> {92};
92 -> {94};
93 -> {91};
94 -> {96};
95 -> {101};
96 -> {97};
97 -> {98};
98 -> {95};
98 -> {99} [style=dotted];
99 -> {100} [style=dotted];
100 -> {95} [style=dotted];
101 -> {102 107};
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {106};
106 -> {107};
106 -> {93};
107 -> {93};
subgraph cluster_30 {
color=red
108 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_31 {
color=blue
109 [label="Enter when"];
110 [label="Enter when"];
subgraph cluster_32 {
color=blue
110 [label="Enter when branch condition "];
112 [label="Enter when branch condition "];
subgraph cluster_33 {
color=blue
111 [label="Enter &&"];
112 [label="Access variable R|<local>/b|"];
113 [label="Exit left part of &&"];
114 [label="Enter right part of &&"];
115 [label="Const: Boolean(true)"];
116 [label="Exit &&"];
114 [label="Enter &&"];
115 [label="Access variable R|<local>/b|"];
116 [label="Exit left part of &&"];
117 [label="Enter right part of &&"];
118 [label="Const: Boolean(true)"];
113 [label="Exit &&"];
}
117 [label="Exit when branch condition"];
119 [label="Exit when branch condition"];
}
118 [label="Synthetic else branch"];
119 [label="Enter when branch result"];
125 [label="Synthetic else branch"];
120 [label="Enter when branch result"];
subgraph cluster_34 {
color=blue
120 [label="Enter block"];
121 [label="Const: Int(1)"];
122 [label="Exit block"];
121 [label="Enter block"];
122 [label="Const: Int(1)"];
123 [label="Exit block"];
}
123 [label="Exit when branch result"];
124 [label="Exit when"];
124 [label="Exit when branch result"];
111 [label="Exit when"];
}
125 [label="Exit function test_7" style="filled" fillcolor=red];
109 [label="Exit function test_7" style="filled" fillcolor=red];
}
108 -> {109};
109 -> {110};
110 -> {111};
111 -> {112};
112 -> {113};
113 -> {116 114};
108 -> {110};
110 -> {112};
111 -> {109};
112 -> {114};
113 -> {119};
114 -> {115};
115 -> {116};
116 -> {117};
117 -> {119 118};
118 -> {124};
119 -> {120};
116 -> {113 117};
117 -> {118};
118 -> {113};
119 -> {120 125};
120 -> {121};
121 -> {122};
122 -> {123};
123 -> {124};
124 -> {125};
124 -> {111};
125 -> {111};
subgraph cluster_35 {
color=red
126 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_36 {
color=blue
127 [label="Enter when"];
128 [label="Enter when"];
subgraph cluster_37 {
color=blue
128 [label="Enter when branch condition "];
130 [label="Enter when branch condition "];
subgraph cluster_38 {
color=blue
129 [label="Enter &&"];
130 [label="Const: Boolean(true)"];
131 [label="Exit left part of &&"];
132 [label="Enter right part of &&"];
133 [label="Access variable R|<local>/b|"];
134 [label="Exit &&"];
132 [label="Enter &&"];
133 [label="Const: Boolean(true)"];
134 [label="Exit left part of &&"];
135 [label="Enter right part of &&"];
136 [label="Access variable R|<local>/b|"];
131 [label="Exit &&"];
}
135 [label="Exit when branch condition"];
137 [label="Exit when branch condition"];
}
136 [label="Synthetic else branch"];
137 [label="Enter when branch result"];
143 [label="Synthetic else branch"];
138 [label="Enter when branch result"];
subgraph cluster_39 {
color=blue
138 [label="Enter block"];
139 [label="Const: Int(1)"];
140 [label="Exit block"];
139 [label="Enter block"];
140 [label="Const: Int(1)"];
141 [label="Exit block"];
}
141 [label="Exit when branch result"];
142 [label="Exit when"];
142 [label="Exit when branch result"];
129 [label="Exit when"];
}
143 [label="Exit function test_8" style="filled" fillcolor=red];
127 [label="Exit function test_8" style="filled" fillcolor=red];
}
126 -> {127};
127 -> {128};
128 -> {129};
129 -> {130};
130 -> {131};
131 -> {132};
131 -> {134} [style=dotted];
126 -> {128};
128 -> {130};
129 -> {127};
130 -> {132};
131 -> {137};
132 -> {133};
133 -> {134};
134 -> {135};
135 -> {137 136};
136 -> {142};
137 -> {138};
134 -> {131} [style=dotted];
135 -> {136};
136 -> {131};
137 -> {138 143};
138 -> {139};
139 -> {140};
140 -> {141};
141 -> {142};
142 -> {143};
142 -> {129};
143 -> {129};
}