Test: FIR CFA: sort edges by style & target node id

This commit is contained in:
pyos
2022-11-29 15:12:05 +01:00
committed by Dmitriy Novozhilov
parent 7ee1b75e43
commit faf0129a5d
89 changed files with 662 additions and 694 deletions
@@ -83,11 +83,11 @@ digraph inPlaceLambdas_kt {
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {16 15};
14 -> {15 16};
15 -> {23};
16 -> {17};
17 -> {18};
18 -> {26 20};
18 -> {20 26};
18 -> {19} [style=dotted];
18 -> {26} [style=dashed];
19 -> {20};
@@ -134,7 +134,7 @@ digraph inPlaceLambdas_kt {
}
33 -> {34};
34 -> {35};
35 -> {43 37};
35 -> {37 43};
35 -> {36} [style=dotted];
35 -> {43} [style=dashed];
36 -> {37};
@@ -208,11 +208,11 @@ digraph inPlaceLambdas_kt {
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {57 56};
55 -> {56 57};
56 -> {67};
57 -> {58};
58 -> {59};
59 -> {70 61};
59 -> {61 70};
59 -> {60} [style=dotted];
59 -> {70} [style=dashed];
60 -> {61};
@@ -56,7 +56,7 @@ digraph lambdaInWhenBranch_kt {
}
14 [label="Exit function copy" style="filled" fillcolor=red];
}
13 -> {15 14};
13 -> {14 15};
15 -> {16};
15 -> {15} [style=dashed];
16 -> {17};
@@ -68,8 +68,8 @@ digraph lambdaInWhenBranch_kt {
20 [label="Exit class SubClass1" style="filled" fillcolor=red];
}
18 -> {19} [color=green];
19 -> {20} [style=dotted];
19 -> {8} [color=green];
19 -> {20} [style=dotted];
19 -> {8} [style=dashed];
subgraph cluster_8 {
@@ -203,7 +203,7 @@ digraph lambdaInWhenBranch_kt {
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {45 36};
35 -> {36 45};
36 -> {37};
37 -> {38};
38 -> {39};
@@ -216,11 +216,11 @@ digraph lambdaInWhenBranch_kt {
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {82 50};
48 -> {50 82};
48 -> {49} [style=dotted];
48 -> {82} [style=dashed];
49 -> {53} [color=red];
49 -> {50} [color=green];
49 -> {53} [color=red];
50 -> {51};
51 -> {52};
52 -> {53};
@@ -232,7 +232,7 @@ digraph lambdaInWhenBranch_kt {
58 -> {59};
59 -> {60};
60 -> {61};
61 -> {71 62};
61 -> {62 71};
62 -> {63};
63 -> {64};
64 -> {65};
@@ -42,7 +42,7 @@ digraph smartcastOnLambda_kt {
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {9 8};
7 -> {8 9};
8 -> {14};
9 -> {10};
10 -> {11};