[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
@@ -181,6 +181,7 @@ digraph safeCalls_kt {
55 -> {56 60};
56 -> {57};
57 -> {58 65};
57 -> {65} [style=dashed];
58 -> {59};
59 -> {60};
60 -> {61};
@@ -282,6 +283,7 @@ digraph safeCalls_kt {
91 -> {92};
92 -> {107};
92 -> {94} [color=red];
92 -> {107} [style=dashed];
93 -> {95} [style=dotted];
94 -> {95} [style=dotted];
95 -> {106 96} [style=dotted];