Test: FIR CFA: index nodes in rendering order

This commit is contained in:
pyos
2022-12-11 01:22:45 +01:00
committed by Dmitriy Novozhilov
parent a9397b7b23
commit 54f32a6fba
71 changed files with 6272 additions and 6323 deletions
@@ -28,31 +28,31 @@ digraph postponedLambdas_kt {
8 [label="Postponed enter to lambda"];
subgraph cluster_4 {
color=blue
13 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
9 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
14 [label="Enter block"];
15 [label="Const: String()"];
16 [label="Exit block"];
10 [label="Enter block"];
11 [label="Const: String()"];
12 [label="Exit block"];
}
17 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
13 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
9 [label="Postponed exit from lambda"];
10 [label="Function call: R|/foo|(...)" style="filled" fillcolor=yellow];
11 [label="Exit block"];
14 [label="Postponed exit from lambda"];
15 [label="Function call: R|/foo|(...)" style="filled" fillcolor=yellow];
16 [label="Exit block"];
}
12 [label="Exit function test" style="filled" fillcolor=red];
17 [label="Exit function test" style="filled" fillcolor=red];
}
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9 10 13};
8 -> {13} [style=dashed];
8 -> {9 14 15};
8 -> {9} [style=dashed];
9 -> {10};
10 -> {11};
11 -> {12};
13 -> {14};
12 -> {13};
14 -> {15};
15 -> {16};
16 -> {17};