[FIR] Add CFG nodes, add multiple subGraphs for CFGOwner

This commit is contained in:
Oleg Ivanov
2020-07-30 17:06:30 +03:00
parent 128075e780
commit cc9c5b9e3c
52 changed files with 2359 additions and 1940 deletions
@@ -76,6 +76,7 @@ digraph lambdas_kt {
14 -> {15};
15 -> {23};
15 -> {16} [color=red];
15 -> {23} [style=dashed];
16 -> {17};
17 -> {18};
18 -> {19};
@@ -146,6 +147,7 @@ digraph lambdas_kt {
37 -> {38};
38 -> {39};
39 -> {40 47};
39 -> {47} [style=dashed];
40 -> {41};
41 -> {42};
42 -> {43};
@@ -216,6 +218,7 @@ digraph lambdas_kt {
62 -> {63};
63 -> {70};
63 -> {64} [color=red];
63 -> {70} [style=dashed];
64 -> {65};
65 -> {66};
66 -> {69};
@@ -267,6 +270,7 @@ digraph lambdas_kt {
78 -> {79};
79 -> {86};
79 -> {80} [color=red];
79 -> {86} [style=dashed];
80 -> {81};
81 -> {82};
82 -> {85};