[FIR-TEST] Update CFG dumps according to new nodes order
This commit is contained in:
+254
-254
@@ -8,467 +8,467 @@ digraph booleanOperatorsWithConsts_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 "];
|
||||
3 [label="Enter when branch condition "];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
7 [label="Enter ||"];
|
||||
8 [label="Access variable R|<local>/b|"];
|
||||
9 [label="Exit left part of ||"];
|
||||
10 [label="Enter right part of ||"];
|
||||
11 [label="Const: Boolean(false)"];
|
||||
6 [label="Exit ||"];
|
||||
4 [label="Enter ||"];
|
||||
5 [label="Access variable R|<local>/b|"];
|
||||
6 [label="Exit left part of ||"];
|
||||
7 [label="Enter right part of ||"];
|
||||
8 [label="Const: Boolean(false)"];
|
||||
9 [label="Exit ||"];
|
||||
}
|
||||
12 [label="Exit when branch condition"];
|
||||
10 [label="Exit when branch condition"];
|
||||
}
|
||||
18 [label="Synthetic else branch"];
|
||||
13 [label="Enter when branch result"];
|
||||
11 [label="Synthetic else branch"];
|
||||
12 [label="Enter when branch result"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
14 [label="Enter block"];
|
||||
15 [label="Const: Int(1)"];
|
||||
16 [label="Exit block"];
|
||||
13 [label="Enter block"];
|
||||
14 [label="Const: Int(1)"];
|
||||
15 [label="Exit block"];
|
||||
}
|
||||
17 [label="Exit when branch result"];
|
||||
4 [label="Exit when"];
|
||||
16 [label="Exit when branch result"];
|
||||
17 [label="Exit when"];
|
||||
}
|
||||
19 [label="Exit block"];
|
||||
18 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
19 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {5};
|
||||
4 -> {19};
|
||||
5 -> {7};
|
||||
6 -> {12};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {9 7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {6 10};
|
||||
10 -> {11};
|
||||
11 -> {6};
|
||||
12 -> {13 18};
|
||||
9 -> {10};
|
||||
10 -> {12 11};
|
||||
11 -> {17};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {4};
|
||||
18 -> {4};
|
||||
19 -> {1};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
20 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
22 [label="Enter block"];
|
||||
21 [label="Enter block"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
23 [label="Enter when"];
|
||||
22 [label="Enter when"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
25 [label="Enter when branch condition "];
|
||||
23 [label="Enter when branch condition "];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
27 [label="Enter ||"];
|
||||
28 [label="Const: Boolean(false)"];
|
||||
29 [label="Exit left part of ||"];
|
||||
30 [label="Enter right part of ||"];
|
||||
31 [label="Access variable R|<local>/b|"];
|
||||
26 [label="Exit ||"];
|
||||
24 [label="Enter ||"];
|
||||
25 [label="Const: Boolean(false)"];
|
||||
26 [label="Exit left part of ||"];
|
||||
27 [label="Enter right part of ||"];
|
||||
28 [label="Access variable R|<local>/b|"];
|
||||
29 [label="Exit ||"];
|
||||
}
|
||||
32 [label="Exit when branch condition"];
|
||||
30 [label="Exit when branch condition"];
|
||||
}
|
||||
38 [label="Synthetic else branch"];
|
||||
33 [label="Enter when branch result"];
|
||||
31 [label="Synthetic else branch"];
|
||||
32 [label="Enter when branch result"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
34 [label="Enter block"];
|
||||
35 [label="Const: Int(1)"];
|
||||
36 [label="Exit block"];
|
||||
33 [label="Enter block"];
|
||||
34 [label="Const: Int(1)"];
|
||||
35 [label="Exit block"];
|
||||
}
|
||||
37 [label="Exit when branch result"];
|
||||
24 [label="Exit when"];
|
||||
36 [label="Exit when branch result"];
|
||||
37 [label="Exit when"];
|
||||
}
|
||||
39 [label="Exit block"];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
21 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
39 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
20 -> {22};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {25};
|
||||
24 -> {39};
|
||||
25 -> {27};
|
||||
26 -> {32};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
26 -> {29} [style=dotted];
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
29 -> {26} [style=dotted];
|
||||
30 -> {31};
|
||||
31 -> {26};
|
||||
32 -> {33 38};
|
||||
30 -> {32 31};
|
||||
31 -> {37};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {24};
|
||||
38 -> {24};
|
||||
39 -> {21};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
|
||||
subgraph cluster_12 {
|
||||
color=red
|
||||
40 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
42 [label="Enter block"];
|
||||
41 [label="Enter block"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
43 [label="Enter when"];
|
||||
42 [label="Enter when"];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
45 [label="Enter when branch condition "];
|
||||
43 [label="Enter when branch condition "];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
47 [label="Enter ||"];
|
||||
48 [label="Access variable R|<local>/b|"];
|
||||
49 [label="Exit left part of ||"];
|
||||
50 [label="Enter right part of ||"];
|
||||
51 [label="Const: Boolean(true)"];
|
||||
46 [label="Exit ||"];
|
||||
44 [label="Enter ||"];
|
||||
45 [label="Access variable R|<local>/b|"];
|
||||
46 [label="Exit left part of ||"];
|
||||
47 [label="Enter right part of ||"];
|
||||
48 [label="Const: Boolean(true)"];
|
||||
49 [label="Exit ||"];
|
||||
}
|
||||
52 [label="Exit when branch condition"];
|
||||
50 [label="Exit when branch condition"];
|
||||
}
|
||||
58 [label="Synthetic else branch"];
|
||||
53 [label="Enter when branch result"];
|
||||
51 [label="Synthetic else branch"];
|
||||
52 [label="Enter when branch result"];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
54 [label="Enter block"];
|
||||
55 [label="Const: Int(1)"];
|
||||
56 [label="Exit block"];
|
||||
53 [label="Enter block"];
|
||||
54 [label="Const: Int(1)"];
|
||||
55 [label="Exit block"];
|
||||
}
|
||||
57 [label="Exit when branch result"];
|
||||
44 [label="Exit when"];
|
||||
56 [label="Exit when branch result"];
|
||||
57 [label="Exit when"];
|
||||
}
|
||||
59 [label="Exit block"];
|
||||
58 [label="Exit block"];
|
||||
}
|
||||
41 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
59 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
40 -> {42};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {45};
|
||||
44 -> {59};
|
||||
45 -> {47};
|
||||
46 -> {52};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {49 47};
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
49 -> {46 50};
|
||||
50 -> {51};
|
||||
51 -> {46};
|
||||
52 -> {53 58};
|
||||
49 -> {50};
|
||||
50 -> {52 51};
|
||||
51 -> {57};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {44};
|
||||
58 -> {44};
|
||||
59 -> {41};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
|
||||
subgraph cluster_18 {
|
||||
color=red
|
||||
60 [label="Enter function test_4" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
62 [label="Enter block"];
|
||||
61 [label="Enter block"];
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
63 [label="Enter when"];
|
||||
62 [label="Enter when"];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
65 [label="Enter when branch condition "];
|
||||
63 [label="Enter when branch condition "];
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
67 [label="Enter ||"];
|
||||
68 [label="Const: Boolean(true)"];
|
||||
69 [label="Exit left part of ||"];
|
||||
70 [label="Enter right part of ||" style="filled" fillcolor=gray];
|
||||
71 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
|
||||
66 [label="Exit ||"];
|
||||
64 [label="Enter ||"];
|
||||
65 [label="Const: Boolean(true)"];
|
||||
66 [label="Exit left part of ||"];
|
||||
67 [label="Enter right part of ||" style="filled" fillcolor=gray];
|
||||
68 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
|
||||
69 [label="Exit ||"];
|
||||
}
|
||||
72 [label="Exit when branch condition"];
|
||||
70 [label="Exit when branch condition"];
|
||||
}
|
||||
78 [label="Synthetic else branch"];
|
||||
73 [label="Enter when branch result"];
|
||||
71 [label="Synthetic else branch"];
|
||||
72 [label="Enter when branch result"];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
74 [label="Enter block"];
|
||||
75 [label="Const: Int(1)"];
|
||||
76 [label="Exit block"];
|
||||
73 [label="Enter block"];
|
||||
74 [label="Const: Int(1)"];
|
||||
75 [label="Exit block"];
|
||||
}
|
||||
77 [label="Exit when branch result"];
|
||||
64 [label="Exit when"];
|
||||
76 [label="Exit when branch result"];
|
||||
77 [label="Exit when"];
|
||||
}
|
||||
79 [label="Exit block"];
|
||||
78 [label="Exit block"];
|
||||
}
|
||||
61 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
79 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
}
|
||||
60 -> {62};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {65};
|
||||
64 -> {79};
|
||||
65 -> {67};
|
||||
66 -> {72};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
69 -> {66};
|
||||
69 -> {70} [style=dotted];
|
||||
70 -> {71} [style=dotted];
|
||||
71 -> {66} [style=dotted];
|
||||
72 -> {73 78};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {69};
|
||||
66 -> {67} [style=dotted];
|
||||
67 -> {68} [style=dotted];
|
||||
68 -> {69} [style=dotted];
|
||||
69 -> {70};
|
||||
70 -> {72 71};
|
||||
71 -> {77};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {76};
|
||||
76 -> {77};
|
||||
77 -> {64};
|
||||
78 -> {64};
|
||||
79 -> {61};
|
||||
77 -> {78};
|
||||
78 -> {79};
|
||||
|
||||
subgraph cluster_24 {
|
||||
color=red
|
||||
80 [label="Enter function test_5" style="filled" fillcolor=red];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
82 [label="Enter block"];
|
||||
81 [label="Enter block"];
|
||||
subgraph cluster_26 {
|
||||
color=blue
|
||||
83 [label="Enter when"];
|
||||
82 [label="Enter when"];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
85 [label="Enter when branch condition "];
|
||||
83 [label="Enter when branch condition "];
|
||||
subgraph cluster_28 {
|
||||
color=blue
|
||||
87 [label="Enter &&"];
|
||||
88 [label="Access variable R|<local>/b|"];
|
||||
89 [label="Exit left part of &&"];
|
||||
90 [label="Enter right part of &&"];
|
||||
91 [label="Const: Boolean(false)"];
|
||||
86 [label="Exit &&"];
|
||||
84 [label="Enter &&"];
|
||||
85 [label="Access variable R|<local>/b|"];
|
||||
86 [label="Exit left part of &&"];
|
||||
87 [label="Enter right part of &&"];
|
||||
88 [label="Const: Boolean(false)"];
|
||||
89 [label="Exit &&"];
|
||||
}
|
||||
92 [label="Exit when branch condition"];
|
||||
90 [label="Exit when branch condition"];
|
||||
}
|
||||
98 [label="Synthetic else branch"];
|
||||
93 [label="Enter when branch result"];
|
||||
91 [label="Synthetic else branch"];
|
||||
92 [label="Enter when branch result"];
|
||||
subgraph cluster_29 {
|
||||
color=blue
|
||||
94 [label="Enter block"];
|
||||
95 [label="Const: Int(1)"];
|
||||
96 [label="Exit block"];
|
||||
93 [label="Enter block"];
|
||||
94 [label="Const: Int(1)"];
|
||||
95 [label="Exit block"];
|
||||
}
|
||||
97 [label="Exit when branch result"];
|
||||
84 [label="Exit when"];
|
||||
96 [label="Exit when branch result"];
|
||||
97 [label="Exit when"];
|
||||
}
|
||||
99 [label="Exit block"];
|
||||
98 [label="Exit block"];
|
||||
}
|
||||
81 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
99 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
}
|
||||
80 -> {82};
|
||||
80 -> {81};
|
||||
81 -> {82};
|
||||
82 -> {83};
|
||||
83 -> {85};
|
||||
84 -> {99};
|
||||
85 -> {87};
|
||||
86 -> {92};
|
||||
83 -> {84};
|
||||
84 -> {85};
|
||||
85 -> {86};
|
||||
86 -> {89 87};
|
||||
87 -> {88};
|
||||
88 -> {89};
|
||||
89 -> {86 90};
|
||||
90 -> {91};
|
||||
91 -> {86};
|
||||
92 -> {93 98};
|
||||
89 -> {90};
|
||||
90 -> {92 91};
|
||||
91 -> {97};
|
||||
92 -> {93};
|
||||
93 -> {94};
|
||||
94 -> {95};
|
||||
95 -> {96};
|
||||
96 -> {97};
|
||||
97 -> {84};
|
||||
98 -> {84};
|
||||
99 -> {81};
|
||||
97 -> {98};
|
||||
98 -> {99};
|
||||
|
||||
subgraph cluster_30 {
|
||||
color=red
|
||||
100 [label="Enter function test_6" style="filled" fillcolor=red];
|
||||
subgraph cluster_31 {
|
||||
color=blue
|
||||
102 [label="Enter block"];
|
||||
101 [label="Enter block"];
|
||||
subgraph cluster_32 {
|
||||
color=blue
|
||||
103 [label="Enter when"];
|
||||
102 [label="Enter when"];
|
||||
subgraph cluster_33 {
|
||||
color=blue
|
||||
105 [label="Enter when branch condition "];
|
||||
103 [label="Enter when branch condition "];
|
||||
subgraph cluster_34 {
|
||||
color=blue
|
||||
107 [label="Enter &&"];
|
||||
108 [label="Const: Boolean(false)"];
|
||||
109 [label="Exit left part of &&"];
|
||||
110 [label="Enter right part of &&" style="filled" fillcolor=gray];
|
||||
111 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
|
||||
106 [label="Exit &&"];
|
||||
104 [label="Enter &&"];
|
||||
105 [label="Const: Boolean(false)"];
|
||||
106 [label="Exit left part of &&"];
|
||||
107 [label="Enter right part of &&" style="filled" fillcolor=gray];
|
||||
108 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
|
||||
109 [label="Exit &&"];
|
||||
}
|
||||
112 [label="Exit when branch condition"];
|
||||
110 [label="Exit when branch condition"];
|
||||
}
|
||||
118 [label="Synthetic else branch"];
|
||||
113 [label="Enter when branch result"];
|
||||
111 [label="Synthetic else branch"];
|
||||
112 [label="Enter when branch result"];
|
||||
subgraph cluster_35 {
|
||||
color=blue
|
||||
114 [label="Enter block"];
|
||||
115 [label="Const: Int(1)"];
|
||||
116 [label="Exit block"];
|
||||
113 [label="Enter block"];
|
||||
114 [label="Const: Int(1)"];
|
||||
115 [label="Exit block"];
|
||||
}
|
||||
117 [label="Exit when branch result"];
|
||||
104 [label="Exit when"];
|
||||
116 [label="Exit when branch result"];
|
||||
117 [label="Exit when"];
|
||||
}
|
||||
119 [label="Exit block"];
|
||||
118 [label="Exit block"];
|
||||
}
|
||||
101 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
119 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
}
|
||||
100 -> {102};
|
||||
100 -> {101};
|
||||
101 -> {102};
|
||||
102 -> {103};
|
||||
103 -> {105};
|
||||
104 -> {119};
|
||||
105 -> {107};
|
||||
106 -> {112};
|
||||
107 -> {108};
|
||||
108 -> {109};
|
||||
109 -> {106};
|
||||
109 -> {110} [style=dotted];
|
||||
110 -> {111} [style=dotted];
|
||||
111 -> {106} [style=dotted];
|
||||
112 -> {113 118};
|
||||
103 -> {104};
|
||||
104 -> {105};
|
||||
105 -> {106};
|
||||
106 -> {109};
|
||||
106 -> {107} [style=dotted];
|
||||
107 -> {108} [style=dotted];
|
||||
108 -> {109} [style=dotted];
|
||||
109 -> {110};
|
||||
110 -> {112 111};
|
||||
111 -> {117};
|
||||
112 -> {113};
|
||||
113 -> {114};
|
||||
114 -> {115};
|
||||
115 -> {116};
|
||||
116 -> {117};
|
||||
117 -> {104};
|
||||
118 -> {104};
|
||||
119 -> {101};
|
||||
117 -> {118};
|
||||
118 -> {119};
|
||||
|
||||
subgraph cluster_36 {
|
||||
color=red
|
||||
120 [label="Enter function test_7" style="filled" fillcolor=red];
|
||||
subgraph cluster_37 {
|
||||
color=blue
|
||||
122 [label="Enter block"];
|
||||
121 [label="Enter block"];
|
||||
subgraph cluster_38 {
|
||||
color=blue
|
||||
123 [label="Enter when"];
|
||||
122 [label="Enter when"];
|
||||
subgraph cluster_39 {
|
||||
color=blue
|
||||
125 [label="Enter when branch condition "];
|
||||
123 [label="Enter when branch condition "];
|
||||
subgraph cluster_40 {
|
||||
color=blue
|
||||
127 [label="Enter &&"];
|
||||
128 [label="Access variable R|<local>/b|"];
|
||||
129 [label="Exit left part of &&"];
|
||||
130 [label="Enter right part of &&"];
|
||||
131 [label="Const: Boolean(true)"];
|
||||
126 [label="Exit &&"];
|
||||
124 [label="Enter &&"];
|
||||
125 [label="Access variable R|<local>/b|"];
|
||||
126 [label="Exit left part of &&"];
|
||||
127 [label="Enter right part of &&"];
|
||||
128 [label="Const: Boolean(true)"];
|
||||
129 [label="Exit &&"];
|
||||
}
|
||||
132 [label="Exit when branch condition"];
|
||||
130 [label="Exit when branch condition"];
|
||||
}
|
||||
138 [label="Synthetic else branch"];
|
||||
133 [label="Enter when branch result"];
|
||||
131 [label="Synthetic else branch"];
|
||||
132 [label="Enter when branch result"];
|
||||
subgraph cluster_41 {
|
||||
color=blue
|
||||
134 [label="Enter block"];
|
||||
135 [label="Const: Int(1)"];
|
||||
136 [label="Exit block"];
|
||||
133 [label="Enter block"];
|
||||
134 [label="Const: Int(1)"];
|
||||
135 [label="Exit block"];
|
||||
}
|
||||
137 [label="Exit when branch result"];
|
||||
124 [label="Exit when"];
|
||||
136 [label="Exit when branch result"];
|
||||
137 [label="Exit when"];
|
||||
}
|
||||
139 [label="Exit block"];
|
||||
138 [label="Exit block"];
|
||||
}
|
||||
121 [label="Exit function test_7" style="filled" fillcolor=red];
|
||||
139 [label="Exit function test_7" style="filled" fillcolor=red];
|
||||
}
|
||||
120 -> {122};
|
||||
120 -> {121};
|
||||
121 -> {122};
|
||||
122 -> {123};
|
||||
123 -> {125};
|
||||
124 -> {139};
|
||||
125 -> {127};
|
||||
126 -> {132};
|
||||
123 -> {124};
|
||||
124 -> {125};
|
||||
125 -> {126};
|
||||
126 -> {129 127};
|
||||
127 -> {128};
|
||||
128 -> {129};
|
||||
129 -> {126 130};
|
||||
130 -> {131};
|
||||
131 -> {126};
|
||||
132 -> {133 138};
|
||||
129 -> {130};
|
||||
130 -> {132 131};
|
||||
131 -> {137};
|
||||
132 -> {133};
|
||||
133 -> {134};
|
||||
134 -> {135};
|
||||
135 -> {136};
|
||||
136 -> {137};
|
||||
137 -> {124};
|
||||
138 -> {124};
|
||||
139 -> {121};
|
||||
137 -> {138};
|
||||
138 -> {139};
|
||||
|
||||
subgraph cluster_42 {
|
||||
color=red
|
||||
140 [label="Enter function test_8" style="filled" fillcolor=red];
|
||||
subgraph cluster_43 {
|
||||
color=blue
|
||||
142 [label="Enter block"];
|
||||
141 [label="Enter block"];
|
||||
subgraph cluster_44 {
|
||||
color=blue
|
||||
143 [label="Enter when"];
|
||||
142 [label="Enter when"];
|
||||
subgraph cluster_45 {
|
||||
color=blue
|
||||
145 [label="Enter when branch condition "];
|
||||
143 [label="Enter when branch condition "];
|
||||
subgraph cluster_46 {
|
||||
color=blue
|
||||
147 [label="Enter &&"];
|
||||
148 [label="Const: Boolean(true)"];
|
||||
149 [label="Exit left part of &&"];
|
||||
150 [label="Enter right part of &&"];
|
||||
151 [label="Access variable R|<local>/b|"];
|
||||
146 [label="Exit &&"];
|
||||
144 [label="Enter &&"];
|
||||
145 [label="Const: Boolean(true)"];
|
||||
146 [label="Exit left part of &&"];
|
||||
147 [label="Enter right part of &&"];
|
||||
148 [label="Access variable R|<local>/b|"];
|
||||
149 [label="Exit &&"];
|
||||
}
|
||||
152 [label="Exit when branch condition"];
|
||||
150 [label="Exit when branch condition"];
|
||||
}
|
||||
158 [label="Synthetic else branch"];
|
||||
153 [label="Enter when branch result"];
|
||||
151 [label="Synthetic else branch"];
|
||||
152 [label="Enter when branch result"];
|
||||
subgraph cluster_47 {
|
||||
color=blue
|
||||
154 [label="Enter block"];
|
||||
155 [label="Const: Int(1)"];
|
||||
156 [label="Exit block"];
|
||||
153 [label="Enter block"];
|
||||
154 [label="Const: Int(1)"];
|
||||
155 [label="Exit block"];
|
||||
}
|
||||
157 [label="Exit when branch result"];
|
||||
144 [label="Exit when"];
|
||||
156 [label="Exit when branch result"];
|
||||
157 [label="Exit when"];
|
||||
}
|
||||
159 [label="Exit block"];
|
||||
158 [label="Exit block"];
|
||||
}
|
||||
141 [label="Exit function test_8" style="filled" fillcolor=red];
|
||||
159 [label="Exit function test_8" style="filled" fillcolor=red];
|
||||
}
|
||||
140 -> {142};
|
||||
140 -> {141};
|
||||
141 -> {142};
|
||||
142 -> {143};
|
||||
143 -> {145};
|
||||
144 -> {159};
|
||||
145 -> {147};
|
||||
146 -> {152};
|
||||
143 -> {144};
|
||||
144 -> {145};
|
||||
145 -> {146};
|
||||
146 -> {147};
|
||||
146 -> {149} [style=dotted];
|
||||
147 -> {148};
|
||||
148 -> {149};
|
||||
149 -> {150};
|
||||
149 -> {146} [style=dotted];
|
||||
150 -> {151};
|
||||
151 -> {146};
|
||||
152 -> {153 158};
|
||||
150 -> {152 151};
|
||||
151 -> {157};
|
||||
152 -> {153};
|
||||
153 -> {154};
|
||||
154 -> {155};
|
||||
155 -> {156};
|
||||
156 -> {157};
|
||||
157 -> {144};
|
||||
158 -> {144};
|
||||
159 -> {141};
|
||||
157 -> {158};
|
||||
158 -> {159};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user