[FIR-TEST] Update CFG dumps according to new nodes order
This commit is contained in:
+38
-38
@@ -6,11 +6,11 @@ digraph secondaryConstructorCfg_kt {
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
0 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
1 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
2 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
2 -> {1};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
@@ -43,74 +43,74 @@ digraph secondaryConstructorCfg_kt {
|
||||
subgraph cluster_5 {
|
||||
color=red
|
||||
18 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
20 [label="Access variable R|<local>/p0|"];
|
||||
21 [label="Delegated constructor call: this<R|B|>(...)"];
|
||||
19 [label="Access variable R|<local>/p0|"];
|
||||
20 [label="Delegated constructor call: this<R|B|>(...)"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
22 [label="Enter block"];
|
||||
23 [label="Access variable R|<local>/p1|"];
|
||||
24 [label="Assignment: R|/B.p3|"];
|
||||
25 [label="Exit block"];
|
||||
21 [label="Enter block"];
|
||||
22 [label="Access variable R|<local>/p1|"];
|
||||
23 [label="Assignment: R|/B.p3|"];
|
||||
24 [label="Exit block"];
|
||||
}
|
||||
19 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
25 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
18 -> {20};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {19};
|
||||
|
||||
subgraph cluster_7 {
|
||||
color=red
|
||||
36 [label="Enter class B" style="filled" fillcolor=red];
|
||||
35 [label="Enter class B" style="filled" fillcolor=red];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
5 [label="Enter property" style="filled" fillcolor=red];
|
||||
7 [label="Access variable R|<local>/p0|"];
|
||||
6 [label="Exit property" style="filled" fillcolor=red];
|
||||
6 [label="Access variable R|<local>/p0|"];
|
||||
7 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
10 [label="Enter property" style="filled" fillcolor=red];
|
||||
12 [label="Access variable R|<local>/p0|"];
|
||||
13 [label="Access variable R|kotlin/String.length|"];
|
||||
11 [label="Exit property" style="filled" fillcolor=red];
|
||||
11 [label="Access variable R|<local>/p0|"];
|
||||
12 [label="Access variable R|kotlin/String.length|"];
|
||||
13 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
26 [label="Enter init block" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
28 [label="Enter block"];
|
||||
29 [label="Access variable R|<local>/p0|"];
|
||||
30 [label="Access variable R|kotlin/String.length|"];
|
||||
31 [label="Assignment: R|/B.p1|"];
|
||||
32 [label="Const: String()"];
|
||||
33 [label="Assignment: R|/B.p3|"];
|
||||
34 [label="Exit block"];
|
||||
27 [label="Enter block"];
|
||||
28 [label="Access variable R|<local>/p0|"];
|
||||
29 [label="Access variable R|kotlin/String.length|"];
|
||||
30 [label="Assignment: R|/B.p1|"];
|
||||
31 [label="Const: String()"];
|
||||
32 [label="Assignment: R|/B.p3|"];
|
||||
33 [label="Exit block"];
|
||||
}
|
||||
27 [label="Exit init block" style="filled" fillcolor=red];
|
||||
34 [label="Exit init block" style="filled" fillcolor=red];
|
||||
}
|
||||
35 [label="Exit class B" style="filled" fillcolor=red];
|
||||
36 [label="Exit class B" style="filled" fillcolor=red];
|
||||
}
|
||||
36 -> {5} [color=green];
|
||||
5 -> {7};
|
||||
6 -> {10} [color=green];
|
||||
7 -> {6};
|
||||
10 -> {12};
|
||||
11 -> {26} [color=green];
|
||||
35 -> {5} [color=green];
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {10} [color=green];
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {11};
|
||||
26 -> {28};
|
||||
27 -> {35} [color=green];
|
||||
13 -> {26} [color=green];
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {27};
|
||||
34 -> {36} [color=green];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user