[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
@@ -99,6 +99,7 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
22 -> {23};
23 -> {32};
23 -> {24} [color=red];
23 -> {32} [style=dashed];
24 -> {25};
25 -> {26};
26 -> {27};
@@ -171,6 +172,7 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
41 -> {42};
42 -> {57};
42 -> {43} [color=red];
42 -> {57} [style=dashed];
43 -> {44};
44 -> {45};
45 -> {46};
@@ -222,6 +224,7 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
63 -> {64};
64 -> {72};
64 -> {65} [color=red];
64 -> {72} [style=dashed];
65 -> {66};
66 -> {67};
67 -> {68};