Test: FIR CFA: fix the names of some nodes

This commit is contained in:
pyos
2022-12-13 10:21:08 +01:00
committed by Dmitriy Novozhilov
parent fbd0908f0c
commit e86b87fe0b
49 changed files with 331 additions and 341 deletions
@@ -30,7 +30,7 @@ digraph propertiesAndInitBlocks_kt {
subgraph cluster_3 {
color=red
8 [label="Enter function getter" style="filled" fillcolor=red];
8 [label="Enter function <getter>" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
9 [label="Enter block"];
@@ -39,7 +39,7 @@ digraph propertiesAndInitBlocks_kt {
12 [label="Stub" style="filled" fillcolor=gray];
13 [label="Exit block" style="filled" fillcolor=gray];
}
14 [label="Exit function getter" style="filled" fillcolor=red];
14 [label="Exit function <getter>" style="filled" fillcolor=red];
}
8 -> {9};
9 -> {10};
@@ -51,7 +51,7 @@ digraph propertiesAndInitBlocks_kt {
subgraph cluster_5 {
color=red
15 [label="Enter function setter" style="filled" fillcolor=red];
15 [label="Enter function <setter>" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
16 [label="Enter block"];
@@ -59,7 +59,7 @@ digraph propertiesAndInitBlocks_kt {
18 [label="Assignment: F|/x2|"];
19 [label="Exit block"];
}
20 [label="Exit function setter" style="filled" fillcolor=red];
20 [label="Exit function <setter>" style="filled" fillcolor=red];
}
15 -> {16};
16 -> {17};
@@ -78,14 +78,14 @@ digraph propertiesAndInitBlocks_kt {
subgraph cluster_8 {
color=red
24 [label="Enter function getter" style="filled" fillcolor=red];
24 [label="Enter function <getter>" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
25 [label="Enter block"];
26 [label="Exit local class <getter>"];
26 [label="Local class declaration"];
27 [label="Exit block"];
}
28 [label="Exit function getter" style="filled" fillcolor=red];
28 [label="Exit function <getter>" style="filled" fillcolor=red];
}
subgraph cluster_10 {
color=blue
@@ -137,18 +137,18 @@ digraph propertiesAndInitBlocks_kt {
42 [label="Postponed enter to lambda"];
subgraph cluster_15 {
color=blue
43 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
43 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
44 [label="Enter block"];
45 [label="Local function declaration <anonymous>"];
46 [label="Exit local class <anonymous>"];
45 [label="Local function declaration"];
46 [label="Local class declaration"];
47 [label="Function call: R|java/lang/Exception.Exception|()" style="filled" fillcolor=yellow];
48 [label="Throw: throw R|java/lang/Exception.Exception|()"];
49 [label="Stub" style="filled" fillcolor=gray];
50 [label="Exit block" style="filled" fillcolor=gray];
}
51 [label="Exit function anonymousFunction" style="filled" fillcolor=gray];
51 [label="Exit function <anonymous>" style="filled" fillcolor=gray];
}
subgraph cluster_17 {
color=blue