[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
@@ -12,10 +12,10 @@ digraph inPlaceLambdas_kt {
subgraph cluster_1 {
color=red
3 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red];
2 [label="Enter class A" style="filled" fillcolor=red];
3 [label="Exit class A" style="filled" fillcolor=red];
}
3 -> {2} [color=green];
2 -> {3} [color=green];
subgraph cluster_2 {
color=red
@@ -26,209 +26,209 @@ digraph inPlaceLambdas_kt {
subgraph cluster_3 {
color=red
7 [label="Enter class B" style="filled" fillcolor=red];
6 [label="Exit class B" style="filled" fillcolor=red];
6 [label="Enter class B" style="filled" fillcolor=red];
7 [label="Exit class B" style="filled" fillcolor=red];
}
7 -> {6} [color=green];
6 -> {7} [color=green];
subgraph cluster_4 {
color=red
8 [label="Enter function test_1" 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 R|<local>/x|"];
15 [label="Type operator: (R|<local>/x| is R|A|)"];
16 [label="Exit when branch condition"];
11 [label="Enter when branch condition "];
12 [label="Access variable R|<local>/x|"];
13 [label="Type operator: (R|<local>/x| is R|A|)"];
14 [label="Exit when branch condition"];
}
25 [label="Synthetic else branch"];
17 [label="Enter when branch result"];
15 [label="Synthetic else branch"];
16 [label="Enter when branch result"];
subgraph cluster_8 {
color=blue
18 [label="Enter block"];
19 [label="Postponed enter to lambda"];
17 [label="Enter block"];
18 [label="Postponed enter to lambda"];
subgraph cluster_9 {
color=blue
27 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_10 {
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="Exit block"];
28 [label="Enter block"];
29 [label="Access variable R|<local>/x|"];
30 [label="Function call: R|<local>/x|.R|/A.foo|()"];
31 [label="Exit block"];
}
28 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
32 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
22 [label="Call arguments union" style="filled" fillcolor=yellow];
19 [label="Call arguments union" style="filled" fillcolor=yellow];
20 [label="Postponed exit from lambda"];
21 [label="Function call: R|kotlin/run|<R|kotlin/Unit|>(...)"];
23 [label="Exit block"];
22 [label="Exit block"];
}
24 [label="Exit when branch result"];
12 [label="Exit when"];
23 [label="Exit when branch result"];
24 [label="Exit when"];
}
26 [label="Exit block"];
25 [label="Exit block"];
}
9 [label="Exit function test_1" style="filled" fillcolor=red];
26 [label="Exit function test_1" style="filled" fillcolor=red];
}
8 -> {10};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {13};
12 -> {26};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {17 25};
14 -> {16 15};
15 -> {24};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {27};
19 -> {20} [color=red];
18 -> {27};
18 -> {20} [color=red];
19 -> {21} [color=red];
20 -> {21} [color=green];
21 -> {23};
22 -> {21} [color=red];
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {12};
25 -> {12};
26 -> {9};
27 -> {29};
28 -> {20} [color=green];
28 -> {22} [color=red];
24 -> {25};
25 -> {26};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {28};
32 -> {20} [color=green];
32 -> {19} [color=red];
subgraph cluster_11 {
color=red
33 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
35 [label="Enter block"];
36 [label="Postponed enter to lambda"];
34 [label="Enter block"];
35 [label="Postponed enter to lambda"];
subgraph cluster_13 {
color=blue
43 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_14 {
color=blue
45 [label="Enter block"];
46 [label="Access variable R|<local>/x|"];
47 [label="Type operator: (R|<local>/x| as R|B|)"];
48 [label="Exit block"];
44 [label="Enter block"];
45 [label="Access variable R|<local>/x|"];
46 [label="Type operator: (R|<local>/x| as R|B|)"];
47 [label="Exit block"];
}
44 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
48 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
39 [label="Call arguments union" style="filled" fillcolor=yellow];
36 [label="Call arguments union" style="filled" fillcolor=yellow];
37 [label="Postponed exit from lambda"];
38 [label="Function call: R|kotlin/run|<R|B|>(...)"];
40 [label="Access variable R|<local>/x|"];
41 [label="Function call: R|<local>/x|.R|/B.bar|()"];
42 [label="Exit block"];
39 [label="Access variable R|<local>/x|"];
40 [label="Function call: R|<local>/x|.R|/B.bar|()"];
41 [label="Exit block"];
}
34 [label="Exit function test_2" style="filled" fillcolor=red];
42 [label="Exit function test_2" style="filled" fillcolor=red];
}
33 -> {35};
35 -> {36};
36 -> {43};
36 -> {37} [color=red];
33 -> {34};
34 -> {35};
35 -> {43};
35 -> {37} [color=red];
36 -> {38} [color=red];
37 -> {38} [color=green];
38 -> {40};
39 -> {38} [color=red];
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {34};
43 -> {45};
44 -> {37} [color=green];
44 -> {39} [color=red];
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {44};
48 -> {37} [color=green];
48 -> {36} [color=red];
subgraph cluster_15 {
color=red
49 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
51 [label="Enter block"];
50 [label="Enter block"];
subgraph cluster_17 {
color=blue
52 [label="Enter when"];
51 [label="Enter when"];
subgraph cluster_18 {
color=blue
54 [label="Enter when branch condition "];
55 [label="Access variable R|<local>/x|"];
56 [label="Type operator: (R|<local>/x| is R|A|)"];
57 [label="Exit when branch condition"];
52 [label="Enter when branch condition "];
53 [label="Access variable R|<local>/x|"];
54 [label="Type operator: (R|<local>/x| is R|A|)"];
55 [label="Exit when branch condition"];
}
68 [label="Synthetic else branch"];
58 [label="Enter when branch result"];
56 [label="Synthetic else branch"];
57 [label="Enter when branch result"];
subgraph cluster_19 {
color=blue
59 [label="Enter block"];
60 [label="Postponed enter to lambda"];
58 [label="Enter block"];
59 [label="Postponed enter to lambda"];
subgraph cluster_20 {
color=blue
70 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
72 [label="Enter block"];
73 [label="Access variable R|<local>/x|"];
74 [label="Function call: R|<local>/x|.R|/A.foo|()"];
75 [label="Access variable R|<local>/x|"];
76 [label="Type operator: (R|<local>/x| as R|B|)"];
77 [label="Exit block"];
71 [label="Enter block"];
72 [label="Access variable R|<local>/x|"];
73 [label="Function call: R|<local>/x|.R|/A.foo|()"];
74 [label="Access variable R|<local>/x|"];
75 [label="Type operator: (R|<local>/x| as R|B|)"];
76 [label="Exit block"];
}
71 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
77 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
63 [label="Call arguments union" style="filled" fillcolor=yellow];
60 [label="Call arguments union" style="filled" fillcolor=yellow];
61 [label="Postponed exit from lambda"];
62 [label="Function call: R|kotlin/run|<R|B|>(...)"];
64 [label="Access variable R|<local>/x|"];
65 [label="Function call: R|<local>/x|.R|/B.bar|()"];
66 [label="Exit block"];
63 [label="Access variable R|<local>/x|"];
64 [label="Function call: R|<local>/x|.R|/B.bar|()"];
65 [label="Exit block"];
}
67 [label="Exit when branch result"];
53 [label="Exit when"];
66 [label="Exit when branch result"];
67 [label="Exit when"];
}
69 [label="Exit block"];
68 [label="Exit block"];
}
50 [label="Exit function test_3" style="filled" fillcolor=red];
69 [label="Exit function test_3" style="filled" fillcolor=red];
}
49 -> {51};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {54};
53 -> {69};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58 68};
55 -> {57 56};
56 -> {67};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {70};
60 -> {61} [color=red];
59 -> {70};
59 -> {61} [color=red];
60 -> {62} [color=red];
61 -> {62} [color=green];
62 -> {64};
63 -> {62} [color=red];
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {53};
68 -> {53};
69 -> {50};
70 -> {72};
71 -> {61} [color=green];
71 -> {63} [color=red];
67 -> {68};
68 -> {69};
70 -> {71};
71 -> {72};
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {71};
77 -> {61} [color=green];
77 -> {60} [color=red];
}
@@ -8,48 +8,48 @@ digraph smartcastOnLambda_kt {
0 [label="Enter function test" 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"];
2 [label="Enter when"];
subgraph cluster_3 {
color=blue
5 [label="Enter when branch condition "];
6 [label="Access variable R|<local>/func|"];
7 [label="Const: Null(null)"];
8 [label="Operator !="];
9 [label="Exit when branch condition"];
3 [label="Enter when branch condition "];
4 [label="Access variable R|<local>/func|"];
5 [label="Const: Null(null)"];
6 [label="Operator !="];
7 [label="Exit when branch condition"];
}
15 [label="Synthetic else branch"];
10 [label="Enter when branch result"];
8 [label="Synthetic else branch"];
9 [label="Enter when branch result"];
subgraph cluster_4 {
color=blue
11 [label="Enter block"];
12 [label="Function call: R|<local>/func|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
13 [label="Exit block"];
10 [label="Enter block"];
11 [label="Function call: R|<local>/func|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
12 [label="Exit block"];
}
14 [label="Exit when branch result"];
4 [label="Exit when"];
13 [label="Exit when branch result"];
14 [label="Exit when"];
}
16 [label="Exit block"];
15 [label="Exit block"];
}
1 [label="Exit function test" style="filled" fillcolor=red];
16 [label="Exit function test" style="filled" fillcolor=red];
}
0 -> {2};
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {5};
4 -> {16};
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {10 15};
7 -> {9 8};
8 -> {14};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {4};
15 -> {4};
16 -> {1};
14 -> {15};
15 -> {16};
}