[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
@@ -8,56 +8,56 @@ digraph implicitReceiverAsWhenSubject_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="Enter when"];
5 [label="Access variable this@R|/test_1|"];
2 [label="Enter when"];
3 [label="Access variable this@R|/test_1|"];
subgraph cluster_3 {
color=blue
6 [label="Enter when branch condition "];
7 [label="Type operator: ($subj$ is R|kotlin/collections/List<*>|)"];
8 [label="Exit when branch condition"];
4 [label="Enter when branch condition "];
5 [label="Type operator: ($subj$ is R|kotlin/collections/List<*>|)"];
6 [label="Exit when branch condition"];
}
subgraph cluster_4 {
color=blue
15 [label="Enter when branch condition "];
16 [label="Type operator: ($subj$ is R|kotlin/String|)"];
17 [label="Exit when branch condition"];
7 [label="Enter when branch condition "];
8 [label="Type operator: ($subj$ is R|kotlin/String|)"];
9 [label="Exit when branch condition"];
}
subgraph cluster_5 {
color=blue
23 [label="Enter when branch condition else"];
24 [label="Exit when branch condition"];
10 [label="Enter when branch condition else"];
11 [label="Exit when branch condition"];
}
25 [label="Enter when branch result"];
12 [label="Enter when branch result"];
subgraph cluster_6 {
color=blue
26 [label="Enter block"];
27 [label="Const: Int(0)"];
28 [label="Exit block"];
13 [label="Enter block"];
14 [label="Const: Int(0)"];
15 [label="Exit block"];
}
29 [label="Exit when branch result"];
18 [label="Enter when branch result"];
16 [label="Exit when branch result"];
17 [label="Enter when branch result"];
subgraph cluster_7 {
color=blue
19 [label="Enter block"];
20 [label="Access variable R|kotlin/String.length|"];
21 [label="Exit block"];
18 [label="Enter block"];
19 [label="Access variable R|kotlin/String.length|"];
20 [label="Exit block"];
}
22 [label="Exit when branch result"];
9 [label="Enter when branch result"];
21 [label="Exit when branch result"];
22 [label="Enter when branch result"];
subgraph cluster_8 {
color=blue
10 [label="Enter block"];
11 [label="Access variable this@R|/test_1|"];
12 [label="Access variable R|kotlin/collections/List.size|"];
13 [label="Exit block"];
23 [label="Enter block"];
24 [label="Access variable this@R|/test_1|"];
25 [label="Access variable R|kotlin/collections/List.size|"];
26 [label="Exit block"];
}
14 [label="Exit when branch result"];
4 [label="Exit when"];
27 [label="Exit when branch result"];
28 [label="Exit when"];
}
30 [label="Jump: ^test_1 when (this@R|/test_1|) {
29 [label="Jump: ^test_1 when (this@R|/test_1|) {
($subj$ is R|kotlin/collections/List<*>|) -> {
this@R|/test_1|.R|kotlin/collections/List.size|
}
@@ -69,105 +69,105 @@ digraph implicitReceiverAsWhenSubject_kt {
}
}
"];
31 [label="Stub" style="filled" fillcolor=gray];
32 [label="Exit block" style="filled" fillcolor=gray];
30 [label="Stub" style="filled" fillcolor=gray];
31 [label="Exit block" style="filled" fillcolor=gray];
}
1 [label="Exit function test_1" style="filled" fillcolor=red];
32 [label="Exit function test_1" style="filled" fillcolor=red];
}
0 -> {2};
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {5};
4 -> {30};
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {7};
6 -> {22 7};
7 -> {8};
8 -> {9 15};
9 -> {10};
8 -> {9};
9 -> {17 10};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {4};
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {18 23};
16 -> {28};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {4};
21 -> {28};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {4};
30 -> {1};
29 -> {32};
29 -> {30} [style=dotted];
30 -> {31} [style=dotted];
31 -> {32} [style=dotted];
32 -> {1} [style=dotted];
subgraph cluster_9 {
color=red
33 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
35 [label="Enter block"];
34 [label="Enter block"];
subgraph cluster_11 {
color=blue
36 [label="Enter when"];
38 [label="Access variable this@R|/test_2|"];
39 [label="Variable declaration: lval x: R|kotlin/Any|"];
35 [label="Enter when"];
36 [label="Access variable this@R|/test_2|"];
37 [label="Variable declaration: lval x: R|kotlin/Any|"];
subgraph cluster_12 {
color=blue
40 [label="Enter when branch condition "];
41 [label="Type operator: ($subj$ is R|kotlin/collections/List<*>|)"];
42 [label="Exit when branch condition"];
38 [label="Enter when branch condition "];
39 [label="Type operator: ($subj$ is R|kotlin/collections/List<*>|)"];
40 [label="Exit when branch condition"];
}
subgraph cluster_13 {
color=blue
51 [label="Enter when branch condition "];
52 [label="Type operator: ($subj$ is R|kotlin/String|)"];
53 [label="Exit when branch condition"];
41 [label="Enter when branch condition "];
42 [label="Type operator: ($subj$ is R|kotlin/String|)"];
43 [label="Exit when branch condition"];
}
subgraph cluster_14 {
color=blue
61 [label="Enter when branch condition else"];
62 [label="Exit when branch condition"];
44 [label="Enter when branch condition else"];
45 [label="Exit when branch condition"];
}
63 [label="Enter when branch result"];
46 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
64 [label="Enter block"];
65 [label="Const: Int(0)"];
66 [label="Exit block"];
}
67 [label="Exit when branch result"];
54 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
55 [label="Enter block"];
56 [label="Access variable R|<local>/x|"];
57 [label="Access variable R|kotlin/String.length|"];
58 [label="Access variable R|kotlin/String.length|"];
59 [label="Exit block"];
}
60 [label="Exit when branch result"];
43 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
44 [label="Enter block"];
45 [label="Access variable R|<local>/x|"];
46 [label="Access variable R|kotlin/collections/List.size|"];
47 [label="Access variable this@R|/test_2|"];
48 [label="Access variable R|kotlin/collections/List.size|"];
47 [label="Enter block"];
48 [label="Const: Int(0)"];
49 [label="Exit block"];
}
50 [label="Exit when branch result"];
37 [label="Exit when"];
51 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
52 [label="Enter block"];
53 [label="Access variable R|<local>/x|"];
54 [label="Access variable R|kotlin/String.length|"];
55 [label="Access variable R|kotlin/String.length|"];
56 [label="Exit block"];
}
57 [label="Exit when branch result"];
58 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
59 [label="Enter block"];
60 [label="Access variable R|<local>/x|"];
61 [label="Access variable R|kotlin/collections/List.size|"];
62 [label="Access variable this@R|/test_2|"];
63 [label="Access variable R|kotlin/collections/List.size|"];
64 [label="Exit block"];
}
65 [label="Exit when branch result"];
66 [label="Exit when"];
}
68 [label="Jump: ^test_2 when (lval x: R|kotlin/Any| = this@R|/test_2|) {
67 [label="Jump: ^test_2 when (lval x: R|kotlin/Any| = this@R|/test_2|) {
($subj$ is R|kotlin/collections/List<*>|) -> {
R|<local>/x|.R|kotlin/collections/List.size|
this@R|/test_2|.R|kotlin/collections/List.size|
@@ -181,48 +181,48 @@ digraph implicitReceiverAsWhenSubject_kt {
}
}
"];
69 [label="Stub" style="filled" fillcolor=gray];
70 [label="Exit block" style="filled" fillcolor=gray];
68 [label="Stub" style="filled" fillcolor=gray];
69 [label="Exit block" style="filled" fillcolor=gray];
}
34 [label="Exit function test_2" style="filled" fillcolor=red];
70 [label="Exit function test_2" style="filled" fillcolor=red];
}
33 -> {35};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {38};
37 -> {68};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
40 -> {58 41};
41 -> {42};
42 -> {43 51};
43 -> {44};
42 -> {43};
43 -> {51 44};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {37};
50 -> {66};
51 -> {52};
52 -> {53};
53 -> {54 61};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
57 -> {66};
58 -> {59};
59 -> {60};
60 -> {37};
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {37};
68 -> {34};
67 -> {70};
67 -> {68} [style=dotted];
68 -> {69} [style=dotted];
69 -> {70} [style=dotted];
70 -> {34} [style=dotted];
}