[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
@@ -5,10 +5,10 @@ digraph thisOfExtensionProperty_kt {
subgraph cluster_0 {
color=red
1 [label="Enter class A" style="filled" fillcolor=red];
0 [label="Exit class A" style="filled" fillcolor=red];
0 [label="Enter class A" style="filled" fillcolor=red];
1 [label="Exit class A" style="filled" fillcolor=red];
}
1 -> {0} [color=green];
0 -> {1} [color=green];
subgraph cluster_1 {
color=red
@@ -19,83 +19,83 @@ digraph thisOfExtensionProperty_kt {
subgraph cluster_2 {
color=red
5 [label="Enter class B" style="filled" fillcolor=red];
4 [label="Exit class B" style="filled" fillcolor=red];
4 [label="Enter class B" style="filled" fillcolor=red];
5 [label="Exit class B" style="filled" fillcolor=red];
}
5 -> {4} [color=green];
4 -> {5} [color=green];
subgraph cluster_3 {
color=red
6 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
8 [label="Enter block"];
7 [label="Enter block"];
subgraph cluster_5 {
color=blue
10 [label="Enter &&"];
11 [label="Access variable this@R|/check_1|"];
12 [label="Type operator: (this@R|/check_1| is R|B|)"];
13 [label="Exit left part of &&"];
14 [label="Enter right part of &&"];
15 [label="Access variable R|/B.b|"];
9 [label="Exit &&"];
8 [label="Enter &&"];
9 [label="Access variable this@R|/check_1|"];
10 [label="Type operator: (this@R|/check_1| is R|B|)"];
11 [label="Exit left part of &&"];
12 [label="Enter right part of &&"];
13 [label="Access variable R|/B.b|"];
14 [label="Exit &&"];
}
16 [label="Jump: ^ (this@R|/check_1| is R|B|) && this@R|/check_1|.R|/B.b|"];
17 [label="Stub" style="filled" fillcolor=gray];
18 [label="Exit block" style="filled" fillcolor=gray];
15 [label="Jump: ^ (this@R|/check_1| is R|B|) && this@R|/check_1|.R|/B.b|"];
16 [label="Stub" style="filled" fillcolor=gray];
17 [label="Exit block" style="filled" fillcolor=gray];
}
7 [label="Exit function getter" style="filled" fillcolor=red];
18 [label="Exit function getter" style="filled" fillcolor=red];
}
6 -> {8};
8 -> {10};
9 -> {16};
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
11 -> {14 12};
12 -> {13};
13 -> {9 14};
13 -> {14};
14 -> {15};
15 -> {9};
16 -> {7};
15 -> {18};
15 -> {16} [style=dotted];
16 -> {17} [style=dotted];
17 -> {18} [style=dotted];
18 -> {7} [style=dotted];
subgraph cluster_6 {
color=red
19 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
21 [label="Enter block"];
20 [label="Enter block"];
subgraph cluster_8 {
color=blue
23 [label="Enter &&"];
24 [label="Access variable this@R|/check_2|"];
25 [label="Type operator: (this@R|/check_2| is R|B|)"];
26 [label="Exit left part of &&"];
27 [label="Enter right part of &&"];
28 [label="Access variable this@R|/check_2|"];
29 [label="Access variable R|/B.b|"];
22 [label="Exit &&"];
21 [label="Enter &&"];
22 [label="Access variable this@R|/check_2|"];
23 [label="Type operator: (this@R|/check_2| is R|B|)"];
24 [label="Exit left part of &&"];
25 [label="Enter right part of &&"];
26 [label="Access variable this@R|/check_2|"];
27 [label="Access variable R|/B.b|"];
28 [label="Exit &&"];
}
30 [label="Jump: ^ (this@R|/check_2| is R|B|) && this@R|/check_2|.R|/B.b|"];
31 [label="Stub" style="filled" fillcolor=gray];
32 [label="Exit block" style="filled" fillcolor=gray];
29 [label="Jump: ^ (this@R|/check_2| is R|B|) && this@R|/check_2|.R|/B.b|"];
30 [label="Stub" style="filled" fillcolor=gray];
31 [label="Exit block" style="filled" fillcolor=gray];
}
20 [label="Exit function getter" style="filled" fillcolor=red];
32 [label="Exit function getter" style="filled" fillcolor=red];
}
19 -> {21};
21 -> {23};
22 -> {30};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
24 -> {28 25};
25 -> {26};
26 -> {22 27};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {22};
30 -> {20};
29 -> {32};
29 -> {30} [style=dotted];
30 -> {31} [style=dotted];
31 -> {32} [style=dotted];
32 -> {20} [style=dotted];
}