[FIR] Don't analyze with DFA already analyzed classes
This commit is contained in:
+39
-41
@@ -80,29 +80,62 @@ digraph localClassesWithImplicit_kt {
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
26 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
28 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
71 [label="Enter function baz" style="filled" fillcolor=red];
|
||||
73 [label="Const: Int(1)"];
|
||||
74 [label="Jump: ^baz Int(1)"];
|
||||
75 [label="Stub" style="filled" fillcolor=gray];
|
||||
72 [label="Exit function baz" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
57 [label="Enter function bar" style="filled" fillcolor=red];
|
||||
59 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
64 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
66 [label="Access variable R|<local>/b|"];
|
||||
67 [label="Access variable <Unresolved name: length>#"];
|
||||
68 [label="Access variable R|<local>/a|"];
|
||||
69 [label="Access variable R|kotlin/String.length|"];
|
||||
70 [label="Function call: this@R|/A|.R|/A.baz|()"];
|
||||
65 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
60 [label="Postponed exit from lambda"];
|
||||
61 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
62 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
|
||||
R|<local>/b|.<Unresolved name: length>#
|
||||
R|<local>/a|.R|kotlin/String.length|
|
||||
^ this@R|/A|.R|/A.baz|()
|
||||
}
|
||||
)"];
|
||||
63 [label="Stub" style="filled" fillcolor=gray];
|
||||
58 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
}
|
||||
28 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
33 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
35 [label="Access variable R|<local>/a|"];
|
||||
36 [label="Access variable R|kotlin/String.length|"];
|
||||
subgraph cluster_8 {
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
37 [label="Enter when"];
|
||||
subgraph cluster_9 {
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
39 [label="Enter when branch condition "];
|
||||
40 [label="Access variable R|<local>/b|"];
|
||||
41 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"];
|
||||
42 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_10 {
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
50 [label="Enter when branch condition else"];
|
||||
51 [label="Exit when branch condition"];
|
||||
}
|
||||
52 [label="Enter when branch result"];
|
||||
subgraph cluster_11 {
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
53 [label="Enter block"];
|
||||
54 [label="Const: Int(1)"];
|
||||
@@ -110,7 +143,7 @@ digraph localClassesWithImplicit_kt {
|
||||
}
|
||||
56 [label="Exit when branch result"];
|
||||
43 [label="Enter when branch result"];
|
||||
subgraph cluster_12 {
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
44 [label="Enter block"];
|
||||
45 [label="Access variable R|<local>/b|"];
|
||||
@@ -175,32 +208,6 @@ digraph localClassesWithImplicit_kt {
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {38};
|
||||
|
||||
subgraph cluster_13 {
|
||||
color=red
|
||||
57 [label="Enter function bar" style="filled" fillcolor=red];
|
||||
59 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
64 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
66 [label="Access variable R|<local>/b|"];
|
||||
67 [label="Access variable <Unresolved name: length>#"];
|
||||
68 [label="Access variable R|<local>/a|"];
|
||||
69 [label="Access variable R|kotlin/String.length|"];
|
||||
70 [label="Function call: this@R|/A|.R|/A.baz|()"];
|
||||
65 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
60 [label="Postponed exit from lambda"];
|
||||
61 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
62 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
|
||||
R|<local>/b|.<Unresolved name: length>#
|
||||
R|<local>/a|.R|kotlin/String.length|
|
||||
^ this@R|/A|.R|/A.baz|()
|
||||
}
|
||||
)"];
|
||||
63 [label="Stub" style="filled" fillcolor=gray];
|
||||
58 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
}
|
||||
57 -> {59};
|
||||
59 -> {64};
|
||||
59 -> {60} [color=red];
|
||||
@@ -217,15 +224,6 @@ digraph localClassesWithImplicit_kt {
|
||||
68 -> {69};
|
||||
69 -> {70};
|
||||
70 -> {65};
|
||||
|
||||
subgraph cluster_15 {
|
||||
color=red
|
||||
71 [label="Enter function baz" style="filled" fillcolor=red];
|
||||
73 [label="Const: Int(1)"];
|
||||
74 [label="Jump: ^baz Int(1)"];
|
||||
75 [label="Stub" style="filled" fillcolor=gray];
|
||||
72 [label="Exit function baz" style="filled" fillcolor=red];
|
||||
}
|
||||
71 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {72};
|
||||
|
||||
Reference in New Issue
Block a user