[FIR-TEST] Update cfg dumps according to previous commits

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