Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/complexPostponedCfg.dot
T
2020-06-19 15:53:00 +03:00

144 lines
6.3 KiB
Plaintext
Vendored

digraph complexPostponedCfg_kt {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
1 [label="Enter class FirBase" style="filled" fillcolor=red];
0 [label="Exit class FirBase" style="filled" fillcolor=red];
}
1 -> {0} [color=green];
subgraph cluster_1 {
color=red
3 [label="Enter class FirFunctionCall" style="filled" fillcolor=red];
2 [label="Exit class FirFunctionCall" style="filled" fillcolor=red];
}
3 -> {2} [color=green];
subgraph cluster_2 {
color=red
4 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
6 [label="Enter block"];
7 [label="Access variable R|<local>/statements|"];
8 [label="Function call: R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>()"];
9 [label="Type operator: (R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
10 [label="Postponed enter to lambda"];
subgraph cluster_4 {
color=blue
21 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
23 [label="Enter block"];
24 [label="Postponed enter to lambda"];
subgraph cluster_6 {
color=blue
28 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
30 [label="Enter block"];
31 [label="Access variable this@R|special/anonymous|"];
32 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
33 [label="Access variable R|<local>/arguments|"];
34 [label="Function call: R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>()"];
35 [label="Type operator: (R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
36 [label="Postponed enter to lambda"];
subgraph cluster_8 {
color=blue
41 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
43 [label="Enter block"];
44 [label="Access variable this@R|special/anonymous|"];
45 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
46 [label="Access variable R|<local>/explicitReceiver|"];
47 [label="Type operator: (R|<local>/explicitReceiver| as R|FirFunctionCall|)"];
48 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
49 [label="Exit block"];
}
42 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
39 [label="Call arguments union" style="filled" fillcolor=yellow];
37 [label="Postponed exit from lambda"];
38 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Boolean|>(...)"];
40 [label="Exit block"];
}
29 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
25 [label="Postponed exit from lambda"];
26 [label="Function call: R|kotlin/collections/buildList|<R|kotlin/Any?|>(...)"];
27 [label="Exit block"];
}
22 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
13 [label="Call arguments union" style="filled" fillcolor=yellow];
11 [label="Postponed exit from lambda"];
12 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Nothing|>(...)"];
14 [label="Stub" style="filled" fillcolor=gray];
15 [label="Variable declaration: lval firstCalls: R|kotlin/Nothing|" style="filled" fillcolor=gray];
16 [label="Access variable R|<local>/firstCalls|" style="filled" fillcolor=gray];
17 [label="Stub" style="filled" fillcolor=gray];
18 [label="Jump: ^foo R|<local>/firstCalls|" style="filled" fillcolor=gray];
19 [label="Stub" style="filled" fillcolor=gray];
20 [label="Exit block" style="filled" fillcolor=gray];
}
5 [label="Exit function foo" style="filled" fillcolor=red];
}
4 -> {6};
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {21};
10 -> {11} [color=red];
11 -> {12} [color=green];
12 -> {5};
12 -> {14} [style=dotted];
13 -> {12} [color=red];
14 -> {15} [style=dotted];
15 -> {16} [style=dotted];
16 -> {5 17} [style=dotted];
17 -> {18} [style=dotted];
18 -> {5 19} [style=dotted];
19 -> {20} [style=dotted];
20 -> {5} [style=dotted];
21 -> {23};
22 -> {11} [color=green];
22 -> {13} [color=red];
23 -> {24};
24 -> {28};
24 -> {25} [color=red];
25 -> {26};
26 -> {27};
27 -> {22};
28 -> {30};
29 -> {25} [color=green];
29 -> {13} [color=red];
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {41};
36 -> {37} [color=red];
37 -> {38} [color=green];
38 -> {40};
39 -> {38} [color=red];
40 -> {29};
41 -> {43};
42 -> {37} [color=green];
42 -> {39} [color=red];
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {42};
}