[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
@@ -6,19 +6,17 @@ digraph delayedAssignment_kt {
subgraph cluster_0 {
color=red
0 [label="Enter function <init>" style="filled" fillcolor=red];
1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
2 [label="Exit function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red];
}
0 -> {1};
1 -> {2};
0 -> {2};
2 -> {1};
subgraph cluster_1 {
color=red
3 [label="Enter function foo" style="filled" fillcolor=red];
4 [label="Exit function foo" style="filled" fillcolor=red];
}
3 -> {4};
subgraph cluster_2 {
@@ -26,70 +24,67 @@ digraph delayedAssignment_kt {
5 [label="Enter class A" style="filled" fillcolor=red];
6 [label="Exit class A" style="filled" fillcolor=red];
}
5 -> {6} [color=green];
subgraph cluster_3 {
color=red
7 [label="Enter function test" style="filled" fillcolor=red];
8 [label="Variable declaration: lval a: R|A?|"];
9 [label="Variable declaration: lval a: R|A?|"];
subgraph cluster_4 {
color=blue
9 [label="Enter when"];
10 [label="Enter when"];
subgraph cluster_5 {
color=blue
10 [label="Enter when branch condition "];
11 [label="Access variable R|<local>/b|"];
12 [label="Exit when branch condition"];
12 [label="Enter when branch condition "];
13 [label="Access variable R|<local>/b|"];
14 [label="Exit when branch condition"];
}
subgraph cluster_6 {
color=blue
13 [label="Enter when branch condition else"];
14 [label="Exit when branch condition"];
23 [label="Enter when branch condition else"];
24 [label="Exit when branch condition"];
}
15 [label="Enter when branch result"];
25 [label="Enter when branch result"];
subgraph cluster_7 {
color=blue
16 [label="Enter block"];
17 [label="Const: Null(null)"];
18 [label="Assignmenet: R|<local>/a|"];
19 [label="Exit block"];
26 [label="Enter block"];
27 [label="Const: Null(null)"];
28 [label="Assignment: R|<local>/a|"];
29 [label="Exit block"];
}
20 [label="Exit when branch result"];
21 [label="Enter when branch result"];
30 [label="Exit when branch result"];
15 [label="Enter when branch result"];
subgraph cluster_8 {
color=blue
22 [label="Enter block"];
23 [label="Function call: R|/A.A|()"];
24 [label="Assignmenet: R|<local>/a|"];
25 [label="Access variable R|<local>/a|"];
26 [label="Function call: R|<local>/a|.R|/A.foo|()"];
27 [label="Exit block"];
16 [label="Enter block"];
17 [label="Function call: R|/A.A|()"];
18 [label="Assignment: R|<local>/a|"];
19 [label="Access variable R|<local>/a|"];
20 [label="Function call: R|<local>/a|.R|/A.foo|()"];
21 [label="Exit block"];
}
28 [label="Exit when branch result"];
29 [label="Exit when"];
22 [label="Exit when branch result"];
11 [label="Exit when"];
}
30 [label="Access variable R|<local>/a|"];
31 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
32 [label="Exit function test" style="filled" fillcolor=red];
31 [label="Access variable R|<local>/a|"];
32 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
8 [label="Exit function test" style="filled" fillcolor=red];
}
7 -> {8};
8 -> {9};
7 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {21 13};
10 -> {12};
11 -> {31};
12 -> {13};
13 -> {14};
14 -> {15};
14 -> {15 23};
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {29};
20 -> {21};
21 -> {22};
22 -> {23};
22 -> {11};
23 -> {24};
24 -> {25};
25 -> {26};
@@ -97,7 +92,8 @@ digraph delayedAssignment_kt {
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
30 -> {11};
31 -> {32};
32 -> {8};
}