[FIR] Add kind for back edges in CFG

This commit is contained in:
Dmitriy Novozhilov
2020-06-04 17:46:12 +03:00
parent 34be9e3569
commit 950bbfe3a5
20 changed files with 84 additions and 63 deletions
@@ -59,8 +59,8 @@ digraph callsInPlace_kt {
17 -> {18};
18 -> {14};
19 -> {20 21};
20 -> {19};
20 -> {17} [color=green];
20 -> {19} [color=green style=dashed];
21 -> {20};
subgraph cluster_4 {
@@ -85,8 +85,8 @@ digraph callsInPlace_kt {
26 -> {27};
27 -> {23};
28 -> {29 30};
29 -> {28};
29 -> {25} [color=green];
29 -> {28} [color=green style=dashed];
30 -> {29};
subgraph cluster_6 {
@@ -203,12 +203,12 @@ digraph callsInPlace_kt {
68 -> {69};
69 -> {64};
70 -> {71 72};
71 -> {70};
71 -> {66} [color=green];
71 -> {70} [color=green style=dashed];
72 -> {71};
73 -> {74 75};
74 -> {73};
74 -> {68} [color=green];
74 -> {73} [color=green style=dashed];
75 -> {74};
subgraph cluster_14 {
@@ -242,12 +242,12 @@ digraph callsInPlace_kt {
81 -> {82};
82 -> {77};
83 -> {84 85};
84 -> {83};
84 -> {79} [color=green];
84 -> {83} [color=green style=dashed];
85 -> {84};
86 -> {87 88};
87 -> {86};
87 -> {81} [color=green];
87 -> {86} [color=green style=dashed];
88 -> {87};
subgraph cluster_17 {
@@ -48,8 +48,8 @@ digraph atLeastOnce_kt {
12 -> {13};
13 -> {7};
14 -> {16};
15 -> {14};
15 -> {10} [color=green];
15 -> {14} [color=green style=dashed];
16 -> {17};
17 -> {15};
@@ -80,8 +80,8 @@ digraph atLeastOnce_kt {
24 -> {25};
25 -> {19};
26 -> {28};
27 -> {26};
27 -> {22} [color=green];
27 -> {26} [color=green style=dashed];
28 -> {29};
29 -> {27};
@@ -48,8 +48,8 @@ digraph unknown_kt {
12 -> {13};
13 -> {7};
14 -> {15 16};
15 -> {14};
15 -> {10} [color=green];
15 -> {14} [color=green style=dashed];
16 -> {17};
17 -> {15};
@@ -80,8 +80,8 @@ digraph unknown_kt {
24 -> {25};
25 -> {19};
26 -> {27 28};
27 -> {26};
27 -> {22} [color=green];
27 -> {26} [color=green style=dashed];
28 -> {29};
29 -> {27};
@@ -94,8 +94,8 @@ finally {
23 -> {24} [style=dotted];
24 -> {8} [style=dotted];
25 -> {26 27};
26 -> {25};
26 -> {16} [color=green];
26 -> {25} [color=green style=dashed];
27 -> {26};
subgraph cluster_9 {