[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
@@ -8,36 +8,34 @@ digraph postponedLambdas_kt {
0 [label="Enter function foo" style="filled" fillcolor=red];
1 [label="Exit function foo" style="filled" fillcolor=red];
}
0 -> {1};
subgraph cluster_1 {
color=red
2 [label="Enter function test" style="filled" fillcolor=red];
3 [label="Access variable R|<local>/a|"];
4 [label="Postponed enter to lambda"];
4 [label="Access variable R|<local>/a|"];
5 [label="Postponed enter to lambda"];
subgraph cluster_2 {
color=blue
5 [label="Enter function anonymousFunction"];
6 [label="Const: String()"];
7 [label="Exit function anonymousFunction"];
8 [label="Enter function anonymousFunction"];
10 [label="Const: String()"];
9 [label="Exit function anonymousFunction"];
}
8 [label="Postponed exit from lambda"];
9 [label="Access variable R|<local>/b|"];
10 [label="Function call: R|/foo|(...)"];
11 [label="Exit function test" style="filled" fillcolor=red];
6 [label="Postponed exit from lambda"];
7 [label="Access variable R|<local>/b|"];
11 [label="Function call: R|/foo|(...)"];
3 [label="Exit function test" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
2 -> {4};
4 -> {5};
4 -> {8} [color=red];
5 -> {7 6};
5 -> {8};
5 -> {6} [color=red];
6 -> {7};
7 -> {5};
7 -> {8} [color=green];
8 -> {9};
9 -> {10};
10 -> {11};
7 -> {11};
8 -> {9 10};
9 -> {8};
9 -> {6} [color=green];
10 -> {9};
11 -> {3};
}