[FIR-TEST] Update CFG dumps according to new nodes order

This commit is contained in:
Dmitriy Novozhilov
2020-06-16 12:17:31 +03:00
parent 4e6542a646
commit 12ed8c3bb4
67 changed files with 9862 additions and 9862 deletions
@@ -19,208 +19,208 @@ digraph elvis_kt {
subgraph cluster_2 {
color=red
5 [label="Enter class A" style="filled" fillcolor=red];
4 [label="Exit class A" style="filled" fillcolor=red];
4 [label="Enter class A" style="filled" fillcolor=red];
5 [label="Exit class A" style="filled" fillcolor=red];
}
5 -> {4} [color=green];
4 -> {5} [color=green];
subgraph cluster_3 {
color=red
6 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
8 [label="Enter block"];
7 [label="Enter block"];
subgraph cluster_5 {
color=blue
9 [label="Enter when"];
8 [label="Enter when"];
subgraph cluster_6 {
color=blue
11 [label="Enter when branch condition "];
9 [label="Enter when branch condition "];
subgraph cluster_7 {
color=blue
12 [label="Enter when"];
14 [label="Access variable R|<local>/x|"];
15 [label="Enter safe call"];
17 [label="Access variable R|/A.b|"];
16 [label="Exit safe call"];
18 [label="Variable declaration: lval <elvis>: R|kotlin/Boolean?|"];
10 [label="Enter when"];
11 [label="Access variable R|<local>/x|"];
12 [label="Enter safe call"];
13 [label="Access variable R|/A.b|"];
14 [label="Exit safe call"];
15 [label="Variable declaration: lval <elvis>: R|kotlin/Boolean?|"];
subgraph cluster_8 {
color=blue
19 [label="Enter when branch condition "];
20 [label="Const: Null(null)"];
21 [label="Operator =="];
22 [label="Exit when branch condition"];
16 [label="Enter when branch condition "];
17 [label="Const: Null(null)"];
18 [label="Operator =="];
19 [label="Exit when branch condition"];
}
subgraph cluster_9 {
color=blue
29 [label="Enter when branch condition else"];
30 [label="Exit when branch condition"];
20 [label="Enter when branch condition else"];
21 [label="Exit when branch condition"];
}
31 [label="Enter when branch result"];
22 [label="Enter when branch result"];
subgraph cluster_10 {
color=blue
32 [label="Enter block"];
33 [label="Access variable R|<local>/<elvis>|"];
34 [label="Exit block"];
23 [label="Enter block"];
24 [label="Access variable R|<local>/<elvis>|"];
25 [label="Exit block"];
}
35 [label="Exit when branch result"];
23 [label="Enter when branch result"];
26 [label="Exit when branch result"];
27 [label="Enter when branch result"];
subgraph cluster_11 {
color=blue
24 [label="Enter block"];
25 [label="Jump: ^test_1 Unit"];
26 [label="Stub" style="filled" fillcolor=gray];
27 [label="Exit block" style="filled" fillcolor=gray];
28 [label="Enter block"];
29 [label="Jump: ^test_1 Unit"];
30 [label="Stub" style="filled" fillcolor=gray];
31 [label="Exit block" style="filled" fillcolor=gray];
}
28 [label="Exit when branch result" style="filled" fillcolor=gray];
13 [label="Exit when"];
32 [label="Exit when branch result" style="filled" fillcolor=gray];
33 [label="Exit when"];
}
36 [label="Exit when branch condition"];
34 [label="Exit when branch condition"];
}
43 [label="Synthetic else branch"];
37 [label="Enter when branch result"];
35 [label="Synthetic else branch"];
36 [label="Enter when branch result"];
subgraph cluster_12 {
color=blue
38 [label="Enter block"];
39 [label="Access variable R|<local>/x|"];
40 [label="Function call: R|<local>/x|.R|/A.foo|()"];
41 [label="Exit block"];
37 [label="Enter block"];
38 [label="Access variable R|<local>/x|"];
39 [label="Function call: R|<local>/x|.R|/A.foo|()"];
40 [label="Exit block"];
}
42 [label="Exit when branch result"];
10 [label="Exit when"];
41 [label="Exit when branch result"];
42 [label="Exit when"];
}
44 [label="Exit block"];
43 [label="Exit block"];
}
7 [label="Exit function test_1" style="filled" fillcolor=red];
44 [label="Exit function test_1" style="filled" fillcolor=red];
}
6 -> {8};
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {11};
10 -> {44};
11 -> {12};
12 -> {14};
13 -> {36};
14 -> {15 16};
15 -> {17};
16 -> {18};
17 -> {16};
9 -> {10};
10 -> {11};
11 -> {12 14};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
19 -> {27 20};
20 -> {21};
21 -> {22};
22 -> {23 29};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {7};
25 -> {26} [style=dotted];
26 -> {27} [style=dotted];
27 -> {28} [style=dotted];
28 -> {13} [style=dotted];
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {33};
25 -> {26};
26 -> {33};
27 -> {28};
28 -> {29};
29 -> {44};
29 -> {30} [style=dotted];
30 -> {31} [style=dotted];
31 -> {32} [style=dotted];
32 -> {33} [style=dotted];
33 -> {34};
34 -> {35};
35 -> {13};
36 -> {37 43};
34 -> {36 35};
35 -> {42};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {10};
43 -> {10};
44 -> {7};
42 -> {43};
43 -> {44};
subgraph cluster_13 {
color=red
45 [label="Enter function test2" style="filled" fillcolor=red];
subgraph cluster_14 {
color=blue
47 [label="Enter block"];
46 [label="Enter block"];
subgraph cluster_15 {
color=blue
48 [label="Enter when"];
47 [label="Enter when"];
subgraph cluster_16 {
color=blue
50 [label="Enter when branch condition "];
51 [label="Access variable R|<local>/b|"];
52 [label="Type operator: (R|<local>/b| !is R|kotlin/String|)"];
53 [label="Exit when branch condition"];
48 [label="Enter when branch condition "];
49 [label="Access variable R|<local>/b|"];
50 [label="Type operator: (R|<local>/b| !is R|kotlin/String|)"];
51 [label="Exit when branch condition"];
}
61 [label="Synthetic else branch"];
54 [label="Enter when branch result"];
52 [label="Synthetic else branch"];
53 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
55 [label="Enter block"];
56 [label="Const: String()"];
57 [label="Jump: ^test2 String()"];
58 [label="Stub" style="filled" fillcolor=gray];
59 [label="Exit block" style="filled" fillcolor=gray];
54 [label="Enter block"];
55 [label="Const: String()"];
56 [label="Jump: ^test2 String()"];
57 [label="Stub" style="filled" fillcolor=gray];
58 [label="Exit block" style="filled" fillcolor=gray];
}
60 [label="Exit when branch result" style="filled" fillcolor=gray];
49 [label="Exit when"];
59 [label="Exit when branch result" style="filled" fillcolor=gray];
60 [label="Exit when"];
}
subgraph cluster_18 {
color=blue
62 [label="Enter when"];
61 [label="Enter when"];
subgraph cluster_19 {
color=blue
64 [label="Enter when branch condition "];
65 [label="Access variable R|<local>/a|"];
66 [label="Type operator: (R|<local>/a| !is R|kotlin/String?|)"];
67 [label="Exit when branch condition"];
62 [label="Enter when branch condition "];
63 [label="Access variable R|<local>/a|"];
64 [label="Type operator: (R|<local>/a| !is R|kotlin/String?|)"];
65 [label="Exit when branch condition"];
}
75 [label="Synthetic else branch"];
68 [label="Enter when branch result"];
66 [label="Synthetic else branch"];
67 [label="Enter when branch result"];
subgraph cluster_20 {
color=blue
69 [label="Enter block"];
70 [label="Const: String()"];
71 [label="Jump: ^test2 String()"];
72 [label="Stub" style="filled" fillcolor=gray];
73 [label="Exit block" style="filled" fillcolor=gray];
68 [label="Enter block"];
69 [label="Const: String()"];
70 [label="Jump: ^test2 String()"];
71 [label="Stub" style="filled" fillcolor=gray];
72 [label="Exit block" style="filled" fillcolor=gray];
}
74 [label="Exit when branch result" style="filled" fillcolor=gray];
63 [label="Exit when"];
73 [label="Exit when branch result" style="filled" fillcolor=gray];
74 [label="Exit when"];
}
subgraph cluster_21 {
color=blue
76 [label="Enter when"];
78 [label="Access variable R|<local>/a|"];
79 [label="Variable declaration: lval <elvis>: R|kotlin/String?|"];
75 [label="Enter when"];
76 [label="Access variable R|<local>/a|"];
77 [label="Variable declaration: lval <elvis>: R|kotlin/String?|"];
subgraph cluster_22 {
color=blue
80 [label="Enter when branch condition "];
81 [label="Const: Null(null)"];
82 [label="Operator =="];
83 [label="Exit when branch condition"];
78 [label="Enter when branch condition "];
79 [label="Const: Null(null)"];
80 [label="Operator =="];
81 [label="Exit when branch condition"];
}
subgraph cluster_23 {
color=blue
89 [label="Enter when branch condition else"];
90 [label="Exit when branch condition"];
82 [label="Enter when branch condition else"];
83 [label="Exit when branch condition"];
}
91 [label="Enter when branch result"];
84 [label="Enter when branch result"];
subgraph cluster_24 {
color=blue
92 [label="Enter block"];
93 [label="Access variable R|<local>/<elvis>|"];
94 [label="Exit block"];
}
95 [label="Exit when branch result"];
84 [label="Enter when branch result"];
subgraph cluster_25 {
color=blue
85 [label="Enter block"];
86 [label="Access variable R|<local>/b|"];
86 [label="Access variable R|<local>/<elvis>|"];
87 [label="Exit block"];
}
88 [label="Exit when branch result"];
77 [label="Exit when"];
89 [label="Enter when branch result"];
subgraph cluster_25 {
color=blue
90 [label="Enter block"];
91 [label="Access variable R|<local>/b|"];
92 [label="Exit block"];
}
93 [label="Exit when branch result"];
94 [label="Exit when"];
}
96 [label="Jump: ^test2 when (lval <elvis>: R|kotlin/String?| = R|<local>/a|) {
95 [label="Jump: ^test2 when (lval <elvis>: R|kotlin/String?| = R|<local>/a|) {
==($subj$, Null(null)) -> {
R|<local>/b|
}
@@ -229,66 +229,66 @@ digraph elvis_kt {
}
}
"];
97 [label="Stub" style="filled" fillcolor=gray];
98 [label="Exit block" style="filled" fillcolor=gray];
96 [label="Stub" style="filled" fillcolor=gray];
97 [label="Exit block" style="filled" fillcolor=gray];
}
46 [label="Exit function test2" style="filled" fillcolor=red];
98 [label="Exit function test2" style="filled" fillcolor=red];
}
45 -> {47};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {50};
49 -> {62};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {53};
53 -> {54 61};
51 -> {53 52};
52 -> {60};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {46};
56 -> {98};
56 -> {57} [style=dotted];
57 -> {58} [style=dotted];
58 -> {59} [style=dotted];
59 -> {60} [style=dotted];
60 -> {49} [style=dotted];
61 -> {49};
62 -> {64};
63 -> {76};
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {68 75};
65 -> {67 66};
66 -> {74};
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
71 -> {46};
70 -> {98};
70 -> {71} [style=dotted];
71 -> {72} [style=dotted];
72 -> {73} [style=dotted];
73 -> {74} [style=dotted];
74 -> {63} [style=dotted];
75 -> {63};
76 -> {78};
77 -> {96};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {81};
81 -> {82};
81 -> {89 82};
82 -> {83};
83 -> {84 89};
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {87};
87 -> {88};
88 -> {77};
88 -> {94};
89 -> {90};
90 -> {91};
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {95};
95 -> {77};
96 -> {46};
95 -> {98};
95 -> {96} [style=dotted];
96 -> {97} [style=dotted];
97 -> {98} [style=dotted];
98 -> {46} [style=dotted];
}
@@ -8,143 +8,143 @@ digraph returns_kt {
0 [label="Enter function test_0" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
2 [label="Enter block"];
1 [label="Enter block"];
subgraph cluster_2 {
color=blue
3 [label="Enter when"];
2 [label="Enter when"];
subgraph cluster_3 {
color=blue
5 [label="Enter when branch condition "];
6 [label="Access variable R|<local>/x|"];
7 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
8 [label="Exit when branch condition"];
3 [label="Enter when branch condition "];
4 [label="Access variable R|<local>/x|"];
5 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
6 [label="Exit when branch condition"];
}
subgraph cluster_4 {
color=blue
15 [label="Enter when branch condition else"];
16 [label="Exit when branch condition"];
7 [label="Enter when branch condition else"];
8 [label="Exit when branch condition"];
}
17 [label="Enter when branch result"];
9 [label="Enter when branch result"];
subgraph cluster_5 {
color=blue
18 [label="Enter block"];
19 [label="Exit block"];
10 [label="Enter block"];
11 [label="Exit block"];
}
20 [label="Exit when branch result"];
9 [label="Enter when branch result"];
12 [label="Exit when branch result"];
13 [label="Enter when branch result"];
subgraph cluster_6 {
color=blue
10 [label="Enter block"];
11 [label="Access variable R|<local>/x|"];
12 [label="Access variable R|kotlin/String.length|"];
13 [label="Exit block"];
14 [label="Enter block"];
15 [label="Access variable R|<local>/x|"];
16 [label="Access variable R|kotlin/String.length|"];
17 [label="Exit block"];
}
14 [label="Exit when branch result"];
4 [label="Exit when"];
18 [label="Exit when branch result"];
19 [label="Exit when"];
}
21 [label="Access variable R|<local>/x|"];
22 [label="Access variable <Unresolved name: length>#"];
23 [label="Exit block"];
20 [label="Access variable R|<local>/x|"];
21 [label="Access variable <Unresolved name: length>#"];
22 [label="Exit block"];
}
1 [label="Exit function test_0" style="filled" fillcolor=red];
23 [label="Exit function test_0" style="filled" fillcolor=red];
}
0 -> {2};
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {5};
4 -> {21};
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {7};
6 -> {13 7};
7 -> {8};
8 -> {9 15};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {13};
12 -> {19};
13 -> {14};
14 -> {4};
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {4};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {1};
subgraph cluster_7 {
color=red
24 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
26 [label="Enter block"];
25 [label="Enter block"];
subgraph cluster_9 {
color=blue
27 [label="Enter when"];
26 [label="Enter when"];
subgraph cluster_10 {
color=blue
29 [label="Enter when branch condition "];
30 [label="Access variable R|<local>/x|"];
31 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
32 [label="Exit when branch condition"];
27 [label="Enter when branch condition "];
28 [label="Access variable R|<local>/x|"];
29 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
30 [label="Exit when branch condition"];
}
subgraph cluster_11 {
color=blue
39 [label="Enter when branch condition else"];
40 [label="Exit when branch condition"];
31 [label="Enter when branch condition else"];
32 [label="Exit when branch condition"];
}
41 [label="Enter when branch result"];
33 [label="Enter when branch result"];
subgraph cluster_12 {
color=blue
42 [label="Enter block"];
43 [label="Jump: ^test_1 Unit"];
44 [label="Stub" style="filled" fillcolor=gray];
45 [label="Exit block" style="filled" fillcolor=gray];
34 [label="Enter block"];
35 [label="Jump: ^test_1 Unit"];
36 [label="Stub" style="filled" fillcolor=gray];
37 [label="Exit block" style="filled" fillcolor=gray];
}
46 [label="Exit when branch result" style="filled" fillcolor=gray];
33 [label="Enter when branch result"];
38 [label="Exit when branch result" style="filled" fillcolor=gray];
39 [label="Enter when branch result"];
subgraph cluster_13 {
color=blue
34 [label="Enter block"];
35 [label="Access variable R|<local>/x|"];
36 [label="Access variable R|kotlin/String.length|"];
37 [label="Exit block"];
40 [label="Enter block"];
41 [label="Access variable R|<local>/x|"];
42 [label="Access variable R|kotlin/String.length|"];
43 [label="Exit block"];
}
38 [label="Exit when branch result"];
28 [label="Exit when"];
44 [label="Exit when branch result"];
45 [label="Exit when"];
}
47 [label="Access variable R|<local>/x|"];
48 [label="Access variable R|kotlin/String.length|"];
49 [label="Exit block"];
46 [label="Access variable R|<local>/x|"];
47 [label="Access variable R|kotlin/String.length|"];
48 [label="Exit block"];
}
25 [label="Exit function test_1" style="filled" fillcolor=red];
49 [label="Exit function test_1" style="filled" fillcolor=red];
}
24 -> {26};
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {29};
28 -> {47};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
30 -> {39 31};
31 -> {32};
32 -> {33 39};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {28};
35 -> {49};
35 -> {36} [style=dotted];
36 -> {37} [style=dotted];
37 -> {38} [style=dotted];
38 -> {45} [style=dotted];
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {25};
43 -> {44} [style=dotted];
44 -> {45} [style=dotted];
45 -> {46} [style=dotted];
46 -> {28} [style=dotted];
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {25};
subgraph cluster_14 {
color=red
@@ -155,10 +155,10 @@ digraph returns_kt {
subgraph cluster_15 {
color=red
53 [label="Enter class A" style="filled" fillcolor=red];
52 [label="Exit class A" style="filled" fillcolor=red];
52 [label="Enter class A" style="filled" fillcolor=red];
53 [label="Exit class A" style="filled" fillcolor=red];
}
53 -> {52} [color=green];
52 -> {53} [color=green];
subgraph cluster_16 {
color=red
@@ -169,10 +169,10 @@ digraph returns_kt {
subgraph cluster_17 {
color=red
57 [label="Enter class B" style="filled" fillcolor=red];
56 [label="Exit class B" style="filled" fillcolor=red];
56 [label="Enter class B" style="filled" fillcolor=red];
57 [label="Exit class B" style="filled" fillcolor=red];
}
57 -> {56} [color=green];
56 -> {57} [color=green];
subgraph cluster_18 {
color=red
@@ -183,48 +183,48 @@ digraph returns_kt {
subgraph cluster_19 {
color=red
61 [label="Enter class C" style="filled" fillcolor=red];
60 [label="Exit class C" style="filled" fillcolor=red];
60 [label="Enter class C" style="filled" fillcolor=red];
61 [label="Exit class C" style="filled" fillcolor=red];
}
61 -> {60} [color=green];
60 -> {61} [color=green];
subgraph cluster_20 {
color=red
62 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
64 [label="Enter block"];
63 [label="Enter block"];
subgraph cluster_22 {
color=blue
65 [label="Enter when"];
64 [label="Enter when"];
subgraph cluster_23 {
color=blue
67 [label="Enter when branch condition "];
68 [label="Access variable R|<local>/x|"];
69 [label="Type operator: (R|<local>/x| is R|B|)"];
70 [label="Exit when branch condition"];
65 [label="Enter when branch condition "];
66 [label="Access variable R|<local>/x|"];
67 [label="Type operator: (R|<local>/x| is R|B|)"];
68 [label="Exit when branch condition"];
}
subgraph cluster_24 {
color=blue
77 [label="Enter when branch condition "];
78 [label="Access variable R|<local>/x|"];
79 [label="Type operator: (R|<local>/x| is R|C|)"];
80 [label="Exit when branch condition"];
69 [label="Enter when branch condition "];
70 [label="Access variable R|<local>/x|"];
71 [label="Type operator: (R|<local>/x| is R|C|)"];
72 [label="Exit when branch condition"];
}
subgraph cluster_25 {
color=blue
87 [label="Enter when branch condition else"];
88 [label="Exit when branch condition"];
73 [label="Enter when branch condition else"];
74 [label="Exit when branch condition"];
}
89 [label="Enter when branch result"];
75 [label="Enter when branch result"];
subgraph cluster_26 {
color=blue
90 [label="Enter block"];
91 [label="Jump: ^test_2 Unit"];
92 [label="Stub" style="filled" fillcolor=gray];
93 [label="Exit block" style="filled" fillcolor=gray];
76 [label="Enter block"];
77 [label="Jump: ^test_2 Unit"];
78 [label="Stub" style="filled" fillcolor=gray];
79 [label="Exit block" style="filled" fillcolor=gray];
}
94 [label="Exit when branch result" style="filled" fillcolor=gray];
80 [label="Exit when branch result" style="filled" fillcolor=gray];
81 [label="Enter when branch result"];
subgraph cluster_27 {
color=blue
@@ -234,304 +234,304 @@ digraph returns_kt {
85 [label="Exit block"];
}
86 [label="Exit when branch result"];
71 [label="Enter when branch result"];
87 [label="Enter when branch result"];
subgraph cluster_28 {
color=blue
72 [label="Enter block"];
73 [label="Access variable R|<local>/x|"];
74 [label="Function call: R|<local>/x|.R|/B.bar|()"];
75 [label="Exit block"];
88 [label="Enter block"];
89 [label="Access variable R|<local>/x|"];
90 [label="Function call: R|<local>/x|.R|/B.bar|()"];
91 [label="Exit block"];
}
76 [label="Exit when branch result"];
66 [label="Exit when"];
92 [label="Exit when branch result"];
93 [label="Exit when"];
}
95 [label="Access variable R|<local>/x|"];
96 [label="Function call: R|<local>/x|.R|/A.foo|()"];
97 [label="Access variable R|<local>/x|"];
98 [label="Function call: R|<local>/x|.<Unresolved name: bar>#()"];
99 [label="Access variable R|<local>/x|"];
100 [label="Function call: R|<local>/x|.<Unresolved name: baz>#()"];
101 [label="Exit block"];
94 [label="Access variable R|<local>/x|"];
95 [label="Function call: R|<local>/x|.R|/A.foo|()"];
96 [label="Access variable R|<local>/x|"];
97 [label="Function call: R|<local>/x|.<Unresolved name: bar>#()"];
98 [label="Access variable R|<local>/x|"];
99 [label="Function call: R|<local>/x|.<Unresolved name: baz>#()"];
100 [label="Exit block"];
}
63 [label="Exit function test_2" style="filled" fillcolor=red];
101 [label="Exit function test_2" style="filled" fillcolor=red];
}
62 -> {64};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {67};
66 -> {95};
65 -> {66};
66 -> {67};
67 -> {68};
68 -> {69};
68 -> {87 69};
69 -> {70};
70 -> {71 77};
70 -> {71};
71 -> {72};
72 -> {73};
72 -> {81 73};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {66};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {81 87};
76 -> {77};
77 -> {101};
77 -> {78} [style=dotted];
78 -> {79} [style=dotted];
79 -> {80} [style=dotted];
80 -> {93} [style=dotted];
81 -> {82};
82 -> {83};
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {66};
86 -> {93};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {63};
91 -> {92} [style=dotted];
92 -> {93} [style=dotted];
93 -> {94} [style=dotted];
94 -> {66} [style=dotted];
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {95};
95 -> {96};
96 -> {97};
97 -> {98};
98 -> {99};
99 -> {100};
100 -> {101};
101 -> {63};
subgraph cluster_29 {
color=red
102 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_30 {
color=blue
104 [label="Enter block"];
103 [label="Enter block"];
subgraph cluster_31 {
color=blue
105 [label="Enter when"];
104 [label="Enter when"];
subgraph cluster_32 {
color=blue
107 [label="Enter when branch condition "];
108 [label="Access variable R|<local>/x|"];
109 [label="Type operator: (R|<local>/x| is R|B|)"];
110 [label="Exit when branch condition"];
105 [label="Enter when branch condition "];
106 [label="Access variable R|<local>/x|"];
107 [label="Type operator: (R|<local>/x| is R|B|)"];
108 [label="Exit when branch condition"];
}
subgraph cluster_33 {
color=blue
117 [label="Enter when branch condition "];
118 [label="Access variable R|<local>/x|"];
119 [label="Type operator: (R|<local>/x| is R|C|)"];
120 [label="Exit when branch condition"];
109 [label="Enter when branch condition "];
110 [label="Access variable R|<local>/x|"];
111 [label="Type operator: (R|<local>/x| is R|C|)"];
112 [label="Exit when branch condition"];
}
127 [label="Synthetic else branch"];
121 [label="Enter when branch result"];
113 [label="Synthetic else branch"];
114 [label="Enter when branch result"];
subgraph cluster_34 {
color=blue
122 [label="Enter block"];
123 [label="Access variable R|<local>/x|"];
124 [label="Function call: R|<local>/x|.R|/C.baz|()"];
125 [label="Exit block"];
115 [label="Enter block"];
116 [label="Access variable R|<local>/x|"];
117 [label="Function call: R|<local>/x|.R|/C.baz|()"];
118 [label="Exit block"];
}
126 [label="Exit when branch result"];
111 [label="Enter when branch result"];
119 [label="Exit when branch result"];
120 [label="Enter when branch result"];
subgraph cluster_35 {
color=blue
112 [label="Enter block"];
113 [label="Access variable R|<local>/x|"];
114 [label="Function call: R|<local>/x|.R|/B.bar|()"];
115 [label="Exit block"];
121 [label="Enter block"];
122 [label="Access variable R|<local>/x|"];
123 [label="Function call: R|<local>/x|.R|/B.bar|()"];
124 [label="Exit block"];
}
116 [label="Exit when branch result"];
106 [label="Exit when"];
125 [label="Exit when branch result"];
126 [label="Exit when"];
}
128 [label="Access variable R|<local>/x|"];
129 [label="Function call: R|<local>/x|.<Unresolved name: foo>#()"];
130 [label="Access variable R|<local>/x|"];
131 [label="Function call: R|<local>/x|.<Unresolved name: bar>#()"];
132 [label="Access variable R|<local>/x|"];
133 [label="Function call: R|<local>/x|.<Unresolved name: baz>#()"];
134 [label="Exit block"];
127 [label="Access variable R|<local>/x|"];
128 [label="Function call: R|<local>/x|.<Unresolved name: foo>#()"];
129 [label="Access variable R|<local>/x|"];
130 [label="Function call: R|<local>/x|.<Unresolved name: bar>#()"];
131 [label="Access variable R|<local>/x|"];
132 [label="Function call: R|<local>/x|.<Unresolved name: baz>#()"];
133 [label="Exit block"];
}
103 [label="Exit function test_3" style="filled" fillcolor=red];
134 [label="Exit function test_3" style="filled" fillcolor=red];
}
102 -> {104};
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {107};
106 -> {128};
105 -> {106};
106 -> {107};
107 -> {108};
108 -> {109};
108 -> {120 109};
109 -> {110};
110 -> {111 117};
110 -> {111};
111 -> {112};
112 -> {113};
113 -> {114};
112 -> {114 113};
113 -> {126};
114 -> {115};
115 -> {116};
116 -> {106};
116 -> {117};
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {121 127};
119 -> {126};
120 -> {121};
121 -> {122};
122 -> {123};
123 -> {124};
124 -> {125};
125 -> {126};
126 -> {106};
127 -> {106};
126 -> {127};
127 -> {128};
128 -> {129};
129 -> {130};
130 -> {131};
131 -> {132};
132 -> {133};
133 -> {134};
134 -> {103};
subgraph cluster_36 {
color=red
135 [label="Enter function runHigherOrder" style="filled" fillcolor=red];
subgraph cluster_37 {
color=blue
137 [label="Enter block"];
138 [label="Function call: R|<local>/f|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
139 [label="Jump: ^runHigherOrder R|<local>/f|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
140 [label="Stub" style="filled" fillcolor=gray];
141 [label="Exit block" style="filled" fillcolor=gray];
136 [label="Enter block"];
137 [label="Function call: R|<local>/f|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
138 [label="Jump: ^runHigherOrder R|<local>/f|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
139 [label="Stub" style="filled" fillcolor=gray];
140 [label="Exit block" style="filled" fillcolor=gray];
}
136 [label="Exit function runHigherOrder" style="filled" fillcolor=red];
141 [label="Exit function runHigherOrder" style="filled" fillcolor=red];
}
135 -> {137};
135 -> {136};
136 -> {137};
137 -> {138};
138 -> {139};
139 -> {136};
138 -> {141};
138 -> {139} [style=dotted];
139 -> {140} [style=dotted];
140 -> {141} [style=dotted];
141 -> {136} [style=dotted];
subgraph cluster_38 {
color=red
142 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_39 {
color=blue
144 [label="Enter block"];
145 [label="Access variable R|kotlin/String.length|"];
146 [label="Jump: ^ this@R|/ext|.R|kotlin/String.length|"];
147 [label="Stub" style="filled" fillcolor=gray];
148 [label="Exit block" style="filled" fillcolor=gray];
143 [label="Enter block"];
144 [label="Access variable R|kotlin/String.length|"];
145 [label="Jump: ^ this@R|/ext|.R|kotlin/String.length|"];
146 [label="Stub" style="filled" fillcolor=gray];
147 [label="Exit block" style="filled" fillcolor=gray];
}
143 [label="Exit function getter" style="filled" fillcolor=red];
148 [label="Exit function getter" style="filled" fillcolor=red];
}
142 -> {144};
142 -> {143};
143 -> {144};
144 -> {145};
145 -> {146};
146 -> {143};
145 -> {148};
145 -> {146} [style=dotted];
146 -> {147} [style=dotted];
147 -> {148} [style=dotted];
148 -> {143} [style=dotted];
subgraph cluster_40 {
color=red
149 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_41 {
color=blue
151 [label="Enter block"];
152 [label="Access variable R|<local>/a|"];
153 [label="Type operator: (R|<local>/a| as? R|kotlin/String|)"];
154 [label="Variable declaration: lval s: R|kotlin/String?|"];
150 [label="Enter block"];
151 [label="Access variable R|<local>/a|"];
152 [label="Type operator: (R|<local>/a| as? R|kotlin/String|)"];
153 [label="Variable declaration: lval s: R|kotlin/String?|"];
subgraph cluster_42 {
color=blue
155 [label="Enter when"];
157 [label="Access variable R|<local>/s|"];
158 [label="Enter safe call"];
160 [label="Access variable R|/ext|"];
159 [label="Exit safe call"];
161 [label="Variable declaration: lval <elvis>: R|kotlin/Int?|"];
154 [label="Enter when"];
155 [label="Access variable R|<local>/s|"];
156 [label="Enter safe call"];
157 [label="Access variable R|/ext|"];
158 [label="Exit safe call"];
159 [label="Variable declaration: lval <elvis>: R|kotlin/Int?|"];
subgraph cluster_43 {
color=blue
162 [label="Enter when branch condition "];
163 [label="Const: Null(null)"];
164 [label="Operator =="];
165 [label="Exit when branch condition"];
160 [label="Enter when branch condition "];
161 [label="Const: Null(null)"];
162 [label="Operator =="];
163 [label="Exit when branch condition"];
}
subgraph cluster_44 {
color=blue
172 [label="Enter when branch condition else"];
173 [label="Exit when branch condition"];
164 [label="Enter when branch condition else"];
165 [label="Exit when branch condition"];
}
174 [label="Enter when branch result"];
166 [label="Enter when branch result"];
subgraph cluster_45 {
color=blue
175 [label="Enter block"];
176 [label="Access variable R|<local>/<elvis>|"];
177 [label="Exit block"];
167 [label="Enter block"];
168 [label="Access variable R|<local>/<elvis>|"];
169 [label="Exit block"];
}
178 [label="Exit when branch result"];
166 [label="Enter when branch result"];
170 [label="Exit when branch result"];
171 [label="Enter when branch result"];
subgraph cluster_46 {
color=blue
167 [label="Enter block"];
168 [label="Jump: ^test_4 Unit"];
169 [label="Stub" style="filled" fillcolor=gray];
170 [label="Exit block" style="filled" fillcolor=gray];
172 [label="Enter block"];
173 [label="Jump: ^test_4 Unit"];
174 [label="Stub" style="filled" fillcolor=gray];
175 [label="Exit block" style="filled" fillcolor=gray];
}
171 [label="Exit when branch result" style="filled" fillcolor=gray];
156 [label="Exit when"];
176 [label="Exit when branch result" style="filled" fillcolor=gray];
177 [label="Exit when"];
}
179 [label="Variable declaration: lval length: R|kotlin/Int|"];
180 [label="Postponed enter to lambda"];
178 [label="Variable declaration: lval length: R|kotlin/Int|"];
179 [label="Postponed enter to lambda"];
subgraph cluster_47 {
color=blue
184 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_48 {
color=blue
186 [label="Enter block"];
187 [label="Access variable R|<local>/s|"];
188 [label="Access variable R|kotlin/String.length|"];
189 [label="Exit block"];
185 [label="Enter block"];
186 [label="Access variable R|<local>/s|"];
187 [label="Access variable R|kotlin/String.length|"];
188 [label="Exit block"];
}
185 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
189 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
181 [label="Postponed exit from lambda"];
182 [label="Function call: R|/runHigherOrder|<R|kotlin/Int|>(...)"];
183 [label="Exit block"];
180 [label="Postponed exit from lambda"];
181 [label="Function call: R|/runHigherOrder|<R|kotlin/Int|>(...)"];
182 [label="Exit block"];
}
150 [label="Exit function test_4" style="filled" fillcolor=red];
183 [label="Exit function test_4" style="filled" fillcolor=red];
}
149 -> {151};
149 -> {150};
150 -> {151};
151 -> {152};
152 -> {153};
153 -> {154};
154 -> {155};
155 -> {157};
156 -> {179};
157 -> {158 159};
158 -> {160};
159 -> {161};
160 -> {159};
155 -> {156 158};
156 -> {157};
157 -> {158};
158 -> {159};
159 -> {160};
160 -> {161};
161 -> {162};
162 -> {163};
163 -> {164};
163 -> {171 164};
164 -> {165};
165 -> {166 172};
165 -> {166};
166 -> {167};
167 -> {168};
168 -> {150};
168 -> {169} [style=dotted];
169 -> {170} [style=dotted];
170 -> {171} [style=dotted];
171 -> {156} [style=dotted];
168 -> {169};
169 -> {170};
170 -> {177};
171 -> {172};
172 -> {173};
173 -> {174};
174 -> {175};
175 -> {176};
176 -> {177};
173 -> {183};
173 -> {174} [style=dotted];
174 -> {175} [style=dotted];
175 -> {176} [style=dotted];
176 -> {177} [style=dotted];
177 -> {178};
178 -> {156};
179 -> {180};
180 -> {181 184};
178 -> {179};
179 -> {180 184};
180 -> {181};
181 -> {182};
182 -> {183};
183 -> {150};
184 -> {186};
184 -> {185};
185 -> {186};
186 -> {187};
187 -> {188};
188 -> {189};
189 -> {185};
}
@@ -8,200 +8,200 @@ digraph simpleIf_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
2 [label="Enter block"];
1 [label="Enter block"];
subgraph cluster_2 {
color=blue
3 [label="Enter when"];
2 [label="Enter when"];
subgraph cluster_3 {
color=blue
5 [label="Enter when branch condition "];
6 [label="Access variable R|<local>/x|"];
7 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
8 [label="Exit when branch condition"];
3 [label="Enter when branch condition "];
4 [label="Access variable R|<local>/x|"];
5 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
6 [label="Exit when branch condition"];
}
15 [label="Synthetic else branch"];
9 [label="Enter when branch result"];
7 [label="Synthetic else branch"];
8 [label="Enter when branch result"];
subgraph cluster_4 {
color=blue
10 [label="Enter block"];
11 [label="Access variable R|<local>/x|"];
12 [label="Access variable R|kotlin/String.length|"];
13 [label="Exit block"];
9 [label="Enter block"];
10 [label="Access variable R|<local>/x|"];
11 [label="Access variable R|kotlin/String.length|"];
12 [label="Exit block"];
}
14 [label="Exit when branch result"];
4 [label="Exit when"];
13 [label="Exit when branch result"];
14 [label="Exit when"];
}
16 [label="Access variable R|<local>/x|"];
17 [label="Access variable <Unresolved name: length>#"];
18 [label="Exit block"];
15 [label="Access variable R|<local>/x|"];
16 [label="Access variable <Unresolved name: length>#"];
17 [label="Exit block"];
}
1 [label="Exit function test_1" style="filled" fillcolor=red];
18 [label="Exit function test_1" style="filled" fillcolor=red];
}
0 -> {2};
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {5};
4 -> {16};
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9 15};
6 -> {8 7};
7 -> {14};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {4};
15 -> {4};
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {1};
subgraph cluster_5 {
color=red
19 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
21 [label="Enter block"];
22 [label="Access variable R|<local>/x|"];
23 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
24 [label="Variable declaration: lval b: R|kotlin/Boolean|"];
20 [label="Enter block"];
21 [label="Access variable R|<local>/x|"];
22 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
23 [label="Variable declaration: lval b: R|kotlin/Boolean|"];
subgraph cluster_7 {
color=blue
25 [label="Enter when"];
24 [label="Enter when"];
subgraph cluster_8 {
color=blue
27 [label="Enter when branch condition "];
28 [label="Access variable R|<local>/b|"];
29 [label="Exit when branch condition"];
25 [label="Enter when branch condition "];
26 [label="Access variable R|<local>/b|"];
27 [label="Exit when branch condition"];
}
36 [label="Synthetic else branch"];
30 [label="Enter when branch result"];
28 [label="Synthetic else branch"];
29 [label="Enter when branch result"];
subgraph cluster_9 {
color=blue
31 [label="Enter block"];
32 [label="Access variable R|<local>/x|"];
33 [label="Access variable R|kotlin/String.length|"];
34 [label="Exit block"];
30 [label="Enter block"];
31 [label="Access variable R|<local>/x|"];
32 [label="Access variable R|kotlin/String.length|"];
33 [label="Exit block"];
}
35 [label="Exit when branch result"];
26 [label="Exit when"];
34 [label="Exit when branch result"];
35 [label="Exit when"];
}
37 [label="Access variable R|<local>/x|"];
38 [label="Access variable <Unresolved name: length>#"];
39 [label="Exit block"];
36 [label="Access variable R|<local>/x|"];
37 [label="Access variable <Unresolved name: length>#"];
38 [label="Exit block"];
}
20 [label="Exit function test_2" style="filled" fillcolor=red];
39 [label="Exit function test_2" style="filled" fillcolor=red];
}
19 -> {21};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {27};
26 -> {37};
27 -> {28};
28 -> {29};
29 -> {30 36};
25 -> {26};
26 -> {27};
27 -> {29 28};
28 -> {35};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {26};
36 -> {26};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {20};
subgraph cluster_10 {
color=red
40 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
42 [label="Enter block"];
41 [label="Enter block"];
subgraph cluster_12 {
color=blue
43 [label="Enter when"];
42 [label="Enter when"];
subgraph cluster_13 {
color=blue
45 [label="Enter when branch condition "];
46 [label="Access variable R|<local>/x|"];
47 [label="Type operator: (R|<local>/x| !is R|kotlin/String|)"];
48 [label="Exit when branch condition"];
43 [label="Enter when branch condition "];
44 [label="Access variable R|<local>/x|"];
45 [label="Type operator: (R|<local>/x| !is R|kotlin/String|)"];
46 [label="Exit when branch condition"];
}
subgraph cluster_14 {
color=blue
53 [label="Enter when branch condition "];
54 [label="Access variable R|<local>/x|"];
55 [label="Type operator: (R|<local>/x| !is R|kotlin/Int|)"];
56 [label="Exit when branch condition"];
47 [label="Enter when branch condition "];
48 [label="Access variable R|<local>/x|"];
49 [label="Type operator: (R|<local>/x| !is R|kotlin/Int|)"];
50 [label="Exit when branch condition"];
}
subgraph cluster_15 {
color=blue
61 [label="Enter when branch condition else"];
62 [label="Exit when branch condition"];
51 [label="Enter when branch condition else"];
52 [label="Exit when branch condition"];
}
63 [label="Enter when branch result"];
53 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
64 [label="Enter block"];
65 [label="Access variable R|<local>/x|"];
66 [label="Access variable R|kotlin/String.length|"];
67 [label="Access variable R|<local>/x|"];
68 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
69 [label="Exit block"];
}
70 [label="Exit when branch result"];
57 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
58 [label="Enter block"];
54 [label="Enter block"];
55 [label="Access variable R|<local>/x|"];
56 [label="Access variable R|kotlin/String.length|"];
57 [label="Access variable R|<local>/x|"];
58 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
59 [label="Exit block"];
}
60 [label="Exit when branch result"];
49 [label="Enter when branch result"];
61 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
62 [label="Enter block"];
63 [label="Exit block"];
}
64 [label="Exit when branch result"];
65 [label="Enter when branch result"];
subgraph cluster_18 {
color=blue
50 [label="Enter block"];
51 [label="Exit block"];
66 [label="Enter block"];
67 [label="Exit block"];
}
52 [label="Exit when branch result"];
44 [label="Exit when"];
68 [label="Exit when branch result"];
69 [label="Exit when"];
}
71 [label="Exit block"];
70 [label="Exit block"];
}
41 [label="Exit function test_3" style="filled" fillcolor=red];
71 [label="Exit function test_3" style="filled" fillcolor=red];
}
40 -> {42};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {45};
44 -> {71};
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47};
46 -> {65 47};
47 -> {48};
48 -> {49 53};
48 -> {49};
49 -> {50};
50 -> {51};
50 -> {61 51};
51 -> {52};
52 -> {44};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57 61};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {44};
60 -> {69};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
64 -> {69};
65 -> {66};
66 -> {67};
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {44};
71 -> {41};
70 -> {71};
}
@@ -12,137 +12,137 @@ digraph smartcastFromArgument_kt {
subgraph cluster_1 {
color=red
3 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red];
2 [label="Enter class A" style="filled" fillcolor=red];
3 [label="Exit class A" style="filled" fillcolor=red];
}
3 -> {2} [color=green];
2 -> {3} [color=green];
subgraph cluster_2 {
color=red
4 [label="Enter function takeA" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
6 [label="Enter block"];
7 [label="Const: Boolean(true)"];
8 [label="Jump: ^takeA Boolean(true)"];
9 [label="Stub" style="filled" fillcolor=gray];
10 [label="Exit block" style="filled" fillcolor=gray];
5 [label="Enter block"];
6 [label="Const: Boolean(true)"];
7 [label="Jump: ^takeA Boolean(true)"];
8 [label="Stub" style="filled" fillcolor=gray];
9 [label="Exit block" style="filled" fillcolor=gray];
}
5 [label="Exit function takeA" style="filled" fillcolor=red];
10 [label="Exit function takeA" style="filled" fillcolor=red];
}
4 -> {6};
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {5};
7 -> {10};
7 -> {8} [style=dotted];
8 -> {9} [style=dotted];
9 -> {10} [style=dotted];
10 -> {5} [style=dotted];
subgraph cluster_4 {
color=red
11 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
13 [label="Enter block"];
12 [label="Enter block"];
subgraph cluster_6 {
color=blue
14 [label="Enter when"];
13 [label="Enter when"];
subgraph cluster_7 {
color=blue
16 [label="Enter when branch condition "];
14 [label="Enter when branch condition "];
subgraph cluster_8 {
color=blue
17 [label="Enter when"];
19 [label="Access variable R|<local>/a|"];
20 [label="Type operator: (R|<local>/a| as? R|A|)"];
21 [label="Variable declaration: lval <elvis>: R|A?|"];
15 [label="Enter when"];
16 [label="Access variable R|<local>/a|"];
17 [label="Type operator: (R|<local>/a| as? R|A|)"];
18 [label="Variable declaration: lval <elvis>: R|A?|"];
subgraph cluster_9 {
color=blue
22 [label="Enter when branch condition "];
23 [label="Const: Null(null)"];
24 [label="Operator =="];
25 [label="Exit when branch condition"];
19 [label="Enter when branch condition "];
20 [label="Const: Null(null)"];
21 [label="Operator =="];
22 [label="Exit when branch condition"];
}
subgraph cluster_10 {
color=blue
32 [label="Enter when branch condition else"];
33 [label="Exit when branch condition"];
23 [label="Enter when branch condition else"];
24 [label="Exit when branch condition"];
}
34 [label="Enter when branch result"];
25 [label="Enter when branch result"];
subgraph cluster_11 {
color=blue
35 [label="Enter block"];
36 [label="Access variable R|<local>/<elvis>|"];
37 [label="Exit block"];
26 [label="Enter block"];
27 [label="Access variable R|<local>/<elvis>|"];
28 [label="Exit block"];
}
38 [label="Exit when branch result"];
26 [label="Enter when branch result"];
29 [label="Exit when branch result"];
30 [label="Enter when branch result"];
subgraph cluster_12 {
color=blue
27 [label="Enter block"];
28 [label="Jump: ^test Unit"];
29 [label="Stub" style="filled" fillcolor=gray];
30 [label="Exit block" style="filled" fillcolor=gray];
31 [label="Enter block"];
32 [label="Jump: ^test Unit"];
33 [label="Stub" style="filled" fillcolor=gray];
34 [label="Exit block" style="filled" fillcolor=gray];
}
31 [label="Exit when branch result" style="filled" fillcolor=gray];
18 [label="Exit when"];
35 [label="Exit when branch result" style="filled" fillcolor=gray];
36 [label="Exit when"];
}
39 [label="Function call: R|/takeA|(...)"];
40 [label="Exit when branch condition"];
37 [label="Function call: R|/takeA|(...)"];
38 [label="Exit when branch condition"];
}
47 [label="Synthetic else branch"];
41 [label="Enter when branch result"];
39 [label="Synthetic else branch"];
40 [label="Enter when branch result"];
subgraph cluster_13 {
color=blue
42 [label="Enter block"];
43 [label="Access variable R|<local>/a|"];
44 [label="Function call: R|<local>/a|.R|/A.foo|()"];
45 [label="Exit block"];
41 [label="Enter block"];
42 [label="Access variable R|<local>/a|"];
43 [label="Function call: R|<local>/a|.R|/A.foo|()"];
44 [label="Exit block"];
}
46 [label="Exit when branch result"];
15 [label="Exit when"];
45 [label="Exit when branch result"];
46 [label="Exit when"];
}
48 [label="Exit block"];
47 [label="Exit block"];
}
12 [label="Exit function test" style="filled" fillcolor=red];
48 [label="Exit function test" style="filled" fillcolor=red];
}
11 -> {13};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {16};
15 -> {48};
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {19};
18 -> {39};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
22 -> {30 23};
23 -> {24};
24 -> {25};
25 -> {26 32};
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {12};
28 -> {29} [style=dotted];
29 -> {30} [style=dotted];
30 -> {31} [style=dotted];
31 -> {18} [style=dotted];
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
28 -> {29};
29 -> {36};
30 -> {31};
31 -> {32};
32 -> {48};
32 -> {33} [style=dotted];
33 -> {34} [style=dotted];
34 -> {35} [style=dotted];
35 -> {36} [style=dotted];
36 -> {37};
37 -> {38};
38 -> {18};
39 -> {40};
40 -> {41 47};
38 -> {40 39};
39 -> {46};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {15};
47 -> {15};
48 -> {12};
46 -> {47};
47 -> {48};
}
@@ -12,10 +12,10 @@ digraph when_kt {
subgraph cluster_1 {
color=red
3 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red];
2 [label="Enter class A" style="filled" fillcolor=red];
3 [label="Exit class A" style="filled" fillcolor=red];
}
3 -> {2} [color=green];
2 -> {3} [color=green];
subgraph cluster_2 {
color=red
@@ -26,179 +26,180 @@ digraph when_kt {
subgraph cluster_3 {
color=red
7 [label="Enter class B" style="filled" fillcolor=red];
6 [label="Exit class B" style="filled" fillcolor=red];
6 [label="Enter class B" style="filled" fillcolor=red];
7 [label="Exit class B" style="filled" fillcolor=red];
}
7 -> {6} [color=green];
6 -> {7} [color=green];
subgraph cluster_4 {
color=red
8 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
10 [label="Enter block"];
9 [label="Enter block"];
subgraph cluster_6 {
color=blue
11 [label="Enter when"];
10 [label="Enter when"];
subgraph cluster_7 {
color=blue
13 [label="Enter when branch condition "];
14 [label="Access variable R|<local>/x|"];
15 [label="Type operator: (R|<local>/x| is R|A|)"];
16 [label="Exit when branch condition"];
11 [label="Enter when branch condition "];
12 [label="Access variable R|<local>/x|"];
13 [label="Type operator: (R|<local>/x| is R|A|)"];
14 [label="Exit when branch condition"];
}
subgraph cluster_8 {
color=blue
23 [label="Enter when branch condition "];
24 [label="Access variable R|<local>/x|"];
25 [label="Type operator: (R|<local>/x| is R|B|)"];
26 [label="Exit when branch condition"];
15 [label="Enter when branch condition "];
16 [label="Access variable R|<local>/x|"];
17 [label="Type operator: (R|<local>/x| is R|B|)"];
18 [label="Exit when branch condition"];
}
33 [label="Synthetic else branch"];
27 [label="Enter when branch result"];
19 [label="Synthetic else branch"];
20 [label="Enter when branch result"];
subgraph cluster_9 {
color=blue
28 [label="Enter block"];
29 [label="Access variable R|<local>/x|"];
30 [label="Function call: R|<local>/x|.R|/B.bar|()"];
31 [label="Exit block"];
21 [label="Enter block"];
22 [label="Access variable R|<local>/x|"];
23 [label="Function call: R|<local>/x|.R|/B.bar|()"];
24 [label="Exit block"];
}
32 [label="Exit when branch result"];
17 [label="Enter when branch result"];
25 [label="Exit when branch result"];
26 [label="Enter when branch result"];
subgraph cluster_10 {
color=blue
18 [label="Enter block"];
19 [label="Access variable R|<local>/x|"];
20 [label="Function call: R|<local>/x|.R|/A.foo|()"];
21 [label="Exit block"];
27 [label="Enter block"];
28 [label="Access variable R|<local>/x|"];
29 [label="Function call: R|<local>/x|.R|/A.foo|()"];
30 [label="Exit block"];
}
22 [label="Exit when branch result"];
12 [label="Exit when"];
31 [label="Exit when branch result"];
32 [label="Exit when"];
}
subgraph cluster_11 {
color=blue
34 [label="Enter when"];
33 [label="Enter when"];
subgraph cluster_12 {
color=blue
36 [label="Enter when branch condition "];
37 [label="Access variable R|<local>/x|"];
38 [label="Type operator: (R|<local>/x| !is R|A|)"];
39 [label="Exit when branch condition"];
34 [label="Enter when branch condition "];
35 [label="Access variable R|<local>/x|"];
36 [label="Type operator: (R|<local>/x| !is R|A|)"];
37 [label="Exit when branch condition"];
}
subgraph cluster_13 {
color=blue
44 [label="Enter when branch condition "];
45 [label="Access variable R|<local>/x|"];
46 [label="Type operator: (R|<local>/x| !is R|B|)"];
47 [label="Exit when branch condition"];
38 [label="Enter when branch condition "];
39 [label="Access variable R|<local>/x|"];
40 [label="Type operator: (R|<local>/x| !is R|B|)"];
41 [label="Exit when branch condition"];
}
subgraph cluster_14 {
color=blue
54 [label="Enter when branch condition "];
55 [label="Access variable R|<local>/x|"];
56 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
57 [label="Exit when branch condition"];
42 [label="Enter when branch condition "];
43 [label="Access variable R|<local>/x|"];
44 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
45 [label="Exit when branch condition"];
}
subgraph cluster_15 {
color=blue
68 [label="Enter when branch condition else"];
69 [label="Exit when branch condition"];
46 [label="Enter when branch condition else"];
47 [label="Exit when branch condition"];
}
70 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
71 [label="Enter block"];
72 [label="Access variable R|<local>/x|"];
73 [label="Function call: R|<local>/x|.R|/A.foo|()"];
74 [label="Access variable R|<local>/x|"];
75 [label="Function call: R|<local>/x|.R|/B.bar|()"];
76 [label="Exit block"];
}
77 [label="Exit when branch result"];
58 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
59 [label="Enter block"];
60 [label="Access variable R|<local>/x|"];
61 [label="Function call: R|<local>/x|.R|/A.foo|()"];
62 [label="Access variable R|<local>/x|"];
63 [label="Function call: R|<local>/x|.R|/B.bar|()"];
64 [label="Access variable R|<local>/x|"];
65 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
66 [label="Exit block"];
}
67 [label="Exit when branch result"];
48 [label="Enter when branch result"];
subgraph cluster_18 {
subgraph cluster_16 {
color=blue
49 [label="Enter block"];
50 [label="Access variable R|<local>/x|"];
51 [label="Function call: R|<local>/x|.R|/A.foo|()"];
52 [label="Exit block"];
52 [label="Access variable R|<local>/x|"];
53 [label="Function call: R|<local>/x|.R|/B.bar|()"];
54 [label="Exit block"];
}
53 [label="Exit when branch result"];
40 [label="Enter when branch result"];
55 [label="Exit when branch result"];
56 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
57 [label="Enter block"];
58 [label="Access variable R|<local>/x|"];
59 [label="Function call: R|<local>/x|.R|/A.foo|()"];
60 [label="Access variable R|<local>/x|"];
61 [label="Function call: R|<local>/x|.R|/B.bar|()"];
62 [label="Access variable R|<local>/x|"];
63 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
64 [label="Exit block"];
}
65 [label="Exit when branch result"];
66 [label="Enter when branch result"];
subgraph cluster_18 {
color=blue
67 [label="Enter block"];
68 [label="Access variable R|<local>/x|"];
69 [label="Function call: R|<local>/x|.R|/A.foo|()"];
70 [label="Exit block"];
}
71 [label="Exit when branch result"];
72 [label="Enter when branch result"];
subgraph cluster_19 {
color=blue
41 [label="Enter block"];
42 [label="Exit block"];
73 [label="Enter block"];
74 [label="Exit block"];
}
43 [label="Exit when branch result"];
35 [label="Exit when"];
75 [label="Exit when branch result"];
76 [label="Exit when"];
}
78 [label="Exit block"];
77 [label="Exit block"];
}
9 [label="Exit function test_1" style="filled" fillcolor=red];
78 [label="Exit function test_1" style="filled" fillcolor=red];
}
8 -> {10};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {13};
12 -> {34};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
14 -> {26 15};
15 -> {16};
16 -> {17 23};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
18 -> {20 19};
19 -> {32};
20 -> {21};
21 -> {22};
22 -> {12};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27 33};
25 -> {32};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {12};
33 -> {12};
34 -> {36};
35 -> {78};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
37 -> {72 38};
38 -> {39};
39 -> {40 44};
39 -> {40};
40 -> {41};
41 -> {42};
41 -> {66 42};
42 -> {43};
43 -> {35};
43 -> {44};
44 -> {45};
45 -> {46};
45 -> {56 46};
46 -> {47};
47 -> {48 54};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {53};
53 -> {35};
53 -> {54};
54 -> {55};
55 -> {56};
55 -> {76};
56 -> {57};
57 -> {58 68};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {61};
@@ -206,183 +207,183 @@ digraph when_kt {
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
65 -> {76};
66 -> {67};
67 -> {35};
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
71 -> {72};
71 -> {76};
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {35};
78 -> {9};
77 -> {78};
subgraph cluster_20 {
color=red
79 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
81 [label="Enter block"];
80 [label="Enter block"];
subgraph cluster_22 {
color=blue
82 [label="Enter when"];
84 [label="Access variable R|<local>/x|"];
81 [label="Enter when"];
82 [label="Access variable R|<local>/x|"];
subgraph cluster_23 {
color=blue
85 [label="Enter when branch condition "];
86 [label="Type operator: ($subj$ is R|A|)"];
87 [label="Exit when branch condition"];
83 [label="Enter when branch condition "];
84 [label="Type operator: ($subj$ is R|A|)"];
85 [label="Exit when branch condition"];
}
subgraph cluster_24 {
color=blue
94 [label="Enter when branch condition "];
95 [label="Type operator: ($subj$ is R|B|)"];
96 [label="Exit when branch condition"];
86 [label="Enter when branch condition "];
87 [label="Type operator: ($subj$ is R|B|)"];
88 [label="Exit when branch condition"];
}
103 [label="Synthetic else branch"];
97 [label="Enter when branch result"];
89 [label="Synthetic else branch"];
90 [label="Enter when branch result"];
subgraph cluster_25 {
color=blue
98 [label="Enter block"];
99 [label="Access variable R|<local>/x|"];
100 [label="Function call: R|<local>/x|.R|/B.bar|()"];
101 [label="Exit block"];
91 [label="Enter block"];
92 [label="Access variable R|<local>/x|"];
93 [label="Function call: R|<local>/x|.R|/B.bar|()"];
94 [label="Exit block"];
}
102 [label="Exit when branch result"];
88 [label="Enter when branch result"];
95 [label="Exit when branch result"];
96 [label="Enter when branch result"];
subgraph cluster_26 {
color=blue
89 [label="Enter block"];
90 [label="Access variable R|<local>/x|"];
91 [label="Function call: R|<local>/x|.R|/A.foo|()"];
92 [label="Exit block"];
97 [label="Enter block"];
98 [label="Access variable R|<local>/x|"];
99 [label="Function call: R|<local>/x|.R|/A.foo|()"];
100 [label="Exit block"];
}
93 [label="Exit when branch result"];
83 [label="Exit when"];
101 [label="Exit when branch result"];
102 [label="Exit when"];
}
subgraph cluster_27 {
color=blue
104 [label="Enter when"];
106 [label="Access variable R|<local>/x|"];
103 [label="Enter when"];
104 [label="Access variable R|<local>/x|"];
subgraph cluster_28 {
color=blue
107 [label="Enter when branch condition "];
108 [label="Type operator: ($subj$ !is R|A|)"];
109 [label="Exit when branch condition"];
105 [label="Enter when branch condition "];
106 [label="Type operator: ($subj$ !is R|A|)"];
107 [label="Exit when branch condition"];
}
subgraph cluster_29 {
color=blue
114 [label="Enter when branch condition "];
115 [label="Type operator: ($subj$ !is R|B|)"];
116 [label="Exit when branch condition"];
108 [label="Enter when branch condition "];
109 [label="Type operator: ($subj$ !is R|B|)"];
110 [label="Exit when branch condition"];
}
subgraph cluster_30 {
color=blue
123 [label="Enter when branch condition "];
124 [label="Type operator: ($subj$ is R|kotlin/Int|)"];
125 [label="Exit when branch condition"];
111 [label="Enter when branch condition "];
112 [label="Type operator: ($subj$ is R|kotlin/Int|)"];
113 [label="Exit when branch condition"];
}
subgraph cluster_31 {
color=blue
136 [label="Enter when branch condition else"];
137 [label="Exit when branch condition"];
114 [label="Enter when branch condition else"];
115 [label="Exit when branch condition"];
}
138 [label="Enter when branch result"];
116 [label="Enter when branch result"];
subgraph cluster_32 {
color=blue
139 [label="Enter block"];
140 [label="Access variable R|<local>/x|"];
141 [label="Function call: R|<local>/x|.R|/A.foo|()"];
142 [label="Access variable R|<local>/x|"];
143 [label="Function call: R|<local>/x|.R|/B.bar|()"];
144 [label="Exit block"];
117 [label="Enter block"];
118 [label="Access variable R|<local>/x|"];
119 [label="Function call: R|<local>/x|.R|/A.foo|()"];
120 [label="Access variable R|<local>/x|"];
121 [label="Function call: R|<local>/x|.R|/B.bar|()"];
122 [label="Exit block"];
}
145 [label="Exit when branch result"];
126 [label="Enter when branch result"];
123 [label="Exit when branch result"];
124 [label="Enter when branch result"];
subgraph cluster_33 {
color=blue
127 [label="Enter block"];
125 [label="Enter block"];
126 [label="Access variable R|<local>/x|"];
127 [label="Function call: R|<local>/x|.R|/A.foo|()"];
128 [label="Access variable R|<local>/x|"];
129 [label="Function call: R|<local>/x|.R|/A.foo|()"];
129 [label="Function call: R|<local>/x|.R|/B.bar|()"];
130 [label="Access variable R|<local>/x|"];
131 [label="Function call: R|<local>/x|.R|/B.bar|()"];
132 [label="Access variable R|<local>/x|"];
133 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
134 [label="Exit block"];
131 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
132 [label="Exit block"];
}
135 [label="Exit when branch result"];
117 [label="Enter when branch result"];
133 [label="Exit when branch result"];
134 [label="Enter when branch result"];
subgraph cluster_34 {
color=blue
118 [label="Enter block"];
119 [label="Access variable R|<local>/x|"];
120 [label="Function call: R|<local>/x|.R|/A.foo|()"];
121 [label="Exit block"];
135 [label="Enter block"];
136 [label="Access variable R|<local>/x|"];
137 [label="Function call: R|<local>/x|.R|/A.foo|()"];
138 [label="Exit block"];
}
122 [label="Exit when branch result"];
110 [label="Enter when branch result"];
139 [label="Exit when branch result"];
140 [label="Enter when branch result"];
subgraph cluster_35 {
color=blue
111 [label="Enter block"];
112 [label="Exit block"];
141 [label="Enter block"];
142 [label="Exit block"];
}
113 [label="Exit when branch result"];
105 [label="Exit when"];
143 [label="Exit when branch result"];
144 [label="Exit when"];
}
146 [label="Exit block"];
145 [label="Exit block"];
}
80 [label="Exit function test_2" style="filled" fillcolor=red];
146 [label="Exit function test_2" style="filled" fillcolor=red];
}
79 -> {81};
79 -> {80};
80 -> {81};
81 -> {82};
82 -> {84};
83 -> {104};
82 -> {83};
83 -> {84};
84 -> {85};
85 -> {86};
85 -> {96 86};
86 -> {87};
87 -> {88 94};
88 -> {89};
89 -> {90};
87 -> {88};
88 -> {90 89};
89 -> {102};
90 -> {91};
91 -> {92};
92 -> {93};
93 -> {83};
93 -> {94};
94 -> {95};
95 -> {96};
96 -> {97 103};
95 -> {102};
96 -> {97};
97 -> {98};
98 -> {99};
99 -> {100};
100 -> {101};
101 -> {102};
102 -> {83};
103 -> {83};
104 -> {106};
105 -> {146};
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {106};
106 -> {107};
107 -> {108};
107 -> {140 108};
108 -> {109};
109 -> {110 114};
110 -> {111};
109 -> {110};
110 -> {134 111};
111 -> {112};
112 -> {113};
113 -> {105};
113 -> {124 114};
114 -> {115};
115 -> {116};
116 -> {117 123};
116 -> {117};
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {121};
121 -> {122};
122 -> {105};
123 -> {124};
122 -> {123};
123 -> {144};
124 -> {125};
125 -> {126 136};
125 -> {126};
126 -> {127};
127 -> {128};
128 -> {129};
@@ -390,112 +391,111 @@ digraph when_kt {
130 -> {131};
131 -> {132};
132 -> {133};
133 -> {134};
133 -> {144};
134 -> {135};
135 -> {105};
135 -> {136};
136 -> {137};
137 -> {138};
138 -> {139};
139 -> {140};
139 -> {144};
140 -> {141};
141 -> {142};
142 -> {143};
143 -> {144};
144 -> {145};
145 -> {105};
146 -> {80};
145 -> {146};
subgraph cluster_36 {
color=red
147 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_37 {
color=blue
149 [label="Enter block"];
148 [label="Enter block"];
subgraph cluster_38 {
color=blue
150 [label="Enter when"];
152 [label="Access variable R|<local>/x|"];
153 [label="Variable declaration: lval y: R|kotlin/Any?|"];
149 [label="Enter when"];
150 [label="Access variable R|<local>/x|"];
151 [label="Variable declaration: lval y: R|kotlin/Any?|"];
subgraph cluster_39 {
color=blue
154 [label="Enter when branch condition "];
155 [label="Type operator: ($subj$ is R|A|)"];
156 [label="Exit when branch condition"];
152 [label="Enter when branch condition "];
153 [label="Type operator: ($subj$ is R|A|)"];
154 [label="Exit when branch condition"];
}
subgraph cluster_40 {
color=blue
165 [label="Enter when branch condition "];
166 [label="Type operator: ($subj$ is R|B|)"];
167 [label="Exit when branch condition"];
155 [label="Enter when branch condition "];
156 [label="Type operator: ($subj$ is R|B|)"];
157 [label="Exit when branch condition"];
}
176 [label="Synthetic else branch"];
168 [label="Enter when branch result"];
158 [label="Synthetic else branch"];
159 [label="Enter when branch result"];
subgraph cluster_41 {
color=blue
169 [label="Enter block"];
170 [label="Access variable R|<local>/x|"];
171 [label="Function call: R|<local>/x|.R|/B.bar|()"];
172 [label="Access variable R|<local>/y|"];
173 [label="Function call: R|<local>/y|.R|/B.bar|()"];
174 [label="Exit block"];
160 [label="Enter block"];
161 [label="Access variable R|<local>/x|"];
162 [label="Function call: R|<local>/x|.R|/B.bar|()"];
163 [label="Access variable R|<local>/y|"];
164 [label="Function call: R|<local>/y|.R|/B.bar|()"];
165 [label="Exit block"];
}
175 [label="Exit when branch result"];
157 [label="Enter when branch result"];
166 [label="Exit when branch result"];
167 [label="Enter when branch result"];
subgraph cluster_42 {
color=blue
158 [label="Enter block"];
159 [label="Access variable R|<local>/x|"];
160 [label="Function call: R|<local>/x|.R|/A.foo|()"];
161 [label="Access variable R|<local>/y|"];
162 [label="Function call: R|<local>/y|.R|/A.foo|()"];
163 [label="Exit block"];
168 [label="Enter block"];
169 [label="Access variable R|<local>/x|"];
170 [label="Function call: R|<local>/x|.R|/A.foo|()"];
171 [label="Access variable R|<local>/y|"];
172 [label="Function call: R|<local>/y|.R|/A.foo|()"];
173 [label="Exit block"];
}
164 [label="Exit when branch result"];
151 [label="Exit when"];
174 [label="Exit when branch result"];
175 [label="Exit when"];
}
subgraph cluster_43 {
color=blue
177 [label="Enter when"];
179 [label="Access variable R|<local>/x|"];
180 [label="Variable declaration: lval y: R|kotlin/Any?|"];
176 [label="Enter when"];
177 [label="Access variable R|<local>/x|"];
178 [label="Variable declaration: lval y: R|kotlin/Any?|"];
subgraph cluster_44 {
color=blue
181 [label="Enter when branch condition "];
182 [label="Type operator: ($subj$ !is R|A|)"];
183 [label="Exit when branch condition"];
179 [label="Enter when branch condition "];
180 [label="Type operator: ($subj$ !is R|A|)"];
181 [label="Exit when branch condition"];
}
subgraph cluster_45 {
color=blue
188 [label="Enter when branch condition "];
189 [label="Type operator: ($subj$ !is R|B|)"];
190 [label="Exit when branch condition"];
182 [label="Enter when branch condition "];
183 [label="Type operator: ($subj$ !is R|B|)"];
184 [label="Exit when branch condition"];
}
subgraph cluster_46 {
color=blue
199 [label="Enter when branch condition "];
200 [label="Type operator: ($subj$ is R|kotlin/Int|)"];
201 [label="Exit when branch condition"];
185 [label="Enter when branch condition "];
186 [label="Type operator: ($subj$ is R|kotlin/Int|)"];
187 [label="Exit when branch condition"];
}
subgraph cluster_47 {
color=blue
218 [label="Enter when branch condition else"];
219 [label="Exit when branch condition"];
188 [label="Enter when branch condition else"];
189 [label="Exit when branch condition"];
}
220 [label="Enter when branch result"];
190 [label="Enter when branch result"];
subgraph cluster_48 {
color=blue
221 [label="Enter block"];
222 [label="Access variable R|<local>/x|"];
223 [label="Function call: R|<local>/x|.R|/A.foo|()"];
224 [label="Access variable R|<local>/x|"];
225 [label="Function call: R|<local>/x|.R|/B.bar|()"];
226 [label="Access variable R|<local>/y|"];
227 [label="Function call: R|<local>/y|.R|/A.foo|()"];
228 [label="Access variable R|<local>/y|"];
229 [label="Function call: R|<local>/y|.R|/B.bar|()"];
230 [label="Exit block"];
191 [label="Enter block"];
192 [label="Access variable R|<local>/x|"];
193 [label="Function call: R|<local>/x|.R|/A.foo|()"];
194 [label="Access variable R|<local>/x|"];
195 [label="Function call: R|<local>/x|.R|/B.bar|()"];
196 [label="Access variable R|<local>/y|"];
197 [label="Function call: R|<local>/y|.R|/A.foo|()"];
198 [label="Access variable R|<local>/y|"];
199 [label="Function call: R|<local>/y|.R|/B.bar|()"];
200 [label="Exit block"];
}
231 [label="Exit when branch result"];
201 [label="Exit when branch result"];
202 [label="Enter when branch result"];
subgraph cluster_49 {
color=blue
@@ -515,50 +515,51 @@ digraph when_kt {
216 [label="Exit block"];
}
217 [label="Exit when branch result"];
191 [label="Enter when branch result"];
218 [label="Enter when branch result"];
subgraph cluster_50 {
color=blue
192 [label="Enter block"];
193 [label="Access variable R|<local>/x|"];
194 [label="Function call: R|<local>/x|.R|/A.foo|()"];
195 [label="Access variable R|<local>/y|"];
196 [label="Function call: R|<local>/y|.R|/A.foo|()"];
197 [label="Exit block"];
219 [label="Enter block"];
220 [label="Access variable R|<local>/x|"];
221 [label="Function call: R|<local>/x|.R|/A.foo|()"];
222 [label="Access variable R|<local>/y|"];
223 [label="Function call: R|<local>/y|.R|/A.foo|()"];
224 [label="Exit block"];
}
198 [label="Exit when branch result"];
184 [label="Enter when branch result"];
225 [label="Exit when branch result"];
226 [label="Enter when branch result"];
subgraph cluster_51 {
color=blue
185 [label="Enter block"];
186 [label="Exit block"];
227 [label="Enter block"];
228 [label="Exit block"];
}
187 [label="Exit when branch result"];
178 [label="Exit when"];
229 [label="Exit when branch result"];
230 [label="Exit when"];
}
232 [label="Exit block"];
231 [label="Exit block"];
}
148 [label="Exit function test_3" style="filled" fillcolor=red];
232 [label="Exit function test_3" style="filled" fillcolor=red];
}
147 -> {149};
147 -> {148};
148 -> {149};
149 -> {150};
150 -> {152};
151 -> {177};
150 -> {151};
151 -> {152};
152 -> {153};
153 -> {154};
154 -> {155};
154 -> {167 155};
155 -> {156};
156 -> {157 165};
157 -> {158};
158 -> {159};
156 -> {157};
157 -> {159 158};
158 -> {175};
159 -> {160};
160 -> {161};
161 -> {162};
162 -> {163};
163 -> {164};
164 -> {151};
164 -> {165};
165 -> {166};
166 -> {167};
167 -> {168 176};
166 -> {175};
167 -> {168};
168 -> {169};
169 -> {170};
170 -> {171};
@@ -566,22 +567,22 @@ digraph when_kt {
172 -> {173};
173 -> {174};
174 -> {175};
175 -> {151};
176 -> {151};
177 -> {179};
178 -> {232};
175 -> {176};
176 -> {177};
177 -> {178};
178 -> {179};
179 -> {180};
180 -> {181};
181 -> {182};
181 -> {226 182};
182 -> {183};
183 -> {184 188};
184 -> {185};
183 -> {184};
184 -> {218 185};
185 -> {186};
186 -> {187};
187 -> {178};
187 -> {202 188};
188 -> {189};
189 -> {190};
190 -> {191 199};
190 -> {191};
191 -> {192};
192 -> {193};
193 -> {194};
@@ -589,10 +590,10 @@ digraph when_kt {
195 -> {196};
196 -> {197};
197 -> {198};
198 -> {178};
198 -> {199};
199 -> {200};
200 -> {201};
201 -> {202 218};
201 -> {230};
202 -> {203};
203 -> {204};
204 -> {205};
@@ -608,7 +609,7 @@ digraph when_kt {
214 -> {215};
215 -> {216};
216 -> {217};
217 -> {178};
217 -> {230};
218 -> {219};
219 -> {220};
220 -> {221};
@@ -616,70 +617,69 @@ digraph when_kt {
222 -> {223};
223 -> {224};
224 -> {225};
225 -> {226};
225 -> {230};
226 -> {227};
227 -> {228};
228 -> {229};
229 -> {230};
230 -> {231};
231 -> {178};
232 -> {148};
231 -> {232};
subgraph cluster_52 {
color=red
233 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_53 {
color=blue
235 [label="Enter block"];
234 [label="Enter block"];
subgraph cluster_54 {
color=blue
236 [label="Enter when"];
238 [label="Access variable R|<local>/x|"];
239 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
235 [label="Enter when"];
236 [label="Access variable R|<local>/x|"];
237 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
subgraph cluster_55 {
color=blue
240 [label="Enter when branch condition "];
241 [label="Const: Int(1)"];
242 [label="Operator =="];
243 [label="Exit when branch condition"];
238 [label="Enter when branch condition "];
239 [label="Const: Int(1)"];
240 [label="Operator =="];
241 [label="Exit when branch condition"];
}
250 [label="Synthetic else branch"];
244 [label="Enter when branch result"];
242 [label="Synthetic else branch"];
243 [label="Enter when branch result"];
subgraph cluster_56 {
color=blue
245 [label="Enter block"];
246 [label="Access variable R|<local>/x|"];
247 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
248 [label="Exit block"];
244 [label="Enter block"];
245 [label="Access variable R|<local>/x|"];
246 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
247 [label="Exit block"];
}
249 [label="Exit when branch result"];
237 [label="Exit when"];
248 [label="Exit when branch result"];
249 [label="Exit when"];
}
251 [label="Access variable R|<local>/x|"];
252 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
253 [label="Exit block"];
250 [label="Access variable R|<local>/x|"];
251 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
252 [label="Exit block"];
}
234 [label="Exit function test_4" style="filled" fillcolor=red];
253 [label="Exit function test_4" style="filled" fillcolor=red];
}
233 -> {235};
233 -> {234};
234 -> {235};
235 -> {236};
236 -> {238};
237 -> {251};
236 -> {237};
237 -> {238};
238 -> {239};
239 -> {240};
240 -> {241};
241 -> {242};
242 -> {243};
243 -> {244 250};
241 -> {243 242};
242 -> {249};
243 -> {244};
244 -> {245};
245 -> {246};
246 -> {247};
247 -> {248};
248 -> {249};
249 -> {237};
250 -> {237};
249 -> {250};
250 -> {251};
251 -> {252};
252 -> {253};
253 -> {234};
}