|
1 | 1 | | 7 | 0 < x+0 when ... > ... is true |
|
2 | 2 | | 7 | 0 >= x+0 when ... > ... is false |
|
| 3 | +| 7 | ... > ... != 0 when ... > ... is true | |
| 4 | +| 7 | ... > ... == 0 when ... > ... is false | |
3 | 5 | | 7 | x < 0+1 when ... > ... is false |
|
4 | 6 | | 7 | x < 1 when ... > ... is false |
|
5 | 7 | | 7 | x >= 0+1 when ... > ... is true |
|
|
10 | 12 | | 17 | 1 < y+0 when ... && ... is true |
|
11 | 13 | | 17 | 1 < y+0 when ... > ... is true |
|
12 | 14 | | 17 | 1 >= y+0 when ... > ... is false |
|
| 15 | +| 17 | ... < ... != 0 when ... && ... is true | |
| 16 | +| 17 | ... < ... != 0 when ... < ... is true | |
| 17 | +| 17 | ... < ... == 0 when ... < ... is false | |
| 18 | +| 17 | ... > ... != 0 when ... && ... is true | |
| 19 | +| 17 | ... > ... != 0 when ... > ... is true | |
| 20 | +| 17 | ... > ... == 0 when ... > ... is false | |
13 | 21 | | 17 | x < 0 when ... && ... is true |
|
14 | 22 | | 17 | x < 0 when ... < ... is true |
|
15 | 23 | | 17 | x < 0+0 when ... && ... is true |
|
|
26 | 34 | | 18 | call to get == 0 when call to get is false |
|
27 | 35 | | 26 | 0 < x+0 when ... > ... is true |
|
28 | 36 | | 26 | 0 >= x+0 when ... > ... is false |
|
| 37 | +| 26 | ... > ... != 0 when ... > ... is true | |
| 38 | +| 26 | ... > ... == 0 when ... > ... is false | |
29 | 39 | | 26 | x < 0+1 when ... > ... is false |
|
30 | 40 | | 26 | x < 1 when ... > ... is false |
|
31 | 41 | | 26 | x >= 0+1 when ... > ... is true |
|
32 | 42 | | 26 | x >= 1 when ... > ... is true |
|
33 | 43 | | 31 | - ... != x+0 when ... == ... is false |
|
34 | 44 | | 31 | - ... == x+0 when ... == ... is true |
|
| 45 | +| 31 | ... == ... != 0 when ... == ... is true | |
| 46 | +| 31 | ... == ... == 0 when ... == ... is false | |
35 | 47 | | 31 | x != -1 when ... == ... is false |
|
36 | 48 | | 31 | x != - ...+0 when ... == ... is false |
|
37 | 49 | | 31 | x == -1 when ... == ... is true |
|
38 | 50 | | 31 | x == - ...+0 when ... == ... is true |
|
39 | 51 | | 34 | 10 < j+1 when ... < ... is false |
|
40 | 52 | | 34 | 10 >= j+1 when ... < ... is true |
|
| 53 | +| 34 | ... < ... != 0 when ... < ... is true | |
| 54 | +| 34 | ... < ... == 0 when ... < ... is false | |
41 | 55 | | 34 | j < 10 when ... < ... is true |
|
42 | 56 | | 34 | j < 10+0 when ... < ... is true |
|
43 | 57 | | 34 | j >= 10 when ... < ... is false |
|
44 | 58 | | 34 | j >= 10+0 when ... < ... is false |
|
45 | 59 | | 42 | 10 < j+1 when ... < ... is false |
|
46 | 60 | | 42 | 10 >= j+1 when ... < ... is true |
|
| 61 | +| 42 | ... < ... != 0 when ... < ... is true | |
| 62 | +| 42 | ... < ... == 0 when ... < ... is false | |
47 | 63 | | 42 | call to getABool != 0 when call to getABool is true |
|
48 | 64 | | 42 | call to getABool == 0 when call to getABool is false |
|
49 | 65 | | 42 | j < 10 when ... < ... is true |
|
|
52 | 68 | | 42 | j >= 10+0 when ... < ... is false |
|
53 | 69 | | 44 | 0 < z+0 when ... > ... is true |
|
54 | 70 | | 44 | 0 >= z+0 when ... > ... is false |
|
| 71 | +| 44 | ... > ... != 0 when ... > ... is true | |
| 72 | +| 44 | ... > ... == 0 when ... > ... is false | |
55 | 73 | | 44 | z < 0+1 when ... > ... is false |
|
56 | 74 | | 44 | z < 1 when ... > ... is false |
|
57 | 75 | | 44 | z >= 0+1 when ... > ... is true |
|
58 | 76 | | 44 | z >= 1 when ... > ... is true |
|
59 | 77 | | 45 | 0 < y+0 when ... > ... is true |
|
60 | 78 | | 45 | 0 >= y+0 when ... > ... is false |
|
| 79 | +| 45 | ... > ... != 0 when ... > ... is true | |
| 80 | +| 45 | ... > ... == 0 when ... > ... is false | |
61 | 81 | | 45 | y < 0+1 when ... > ... is false |
|
62 | 82 | | 45 | y < 1 when ... > ... is false |
|
63 | 83 | | 45 | y >= 0+1 when ... > ... is true |
|
|
68 | 88 | | 58 | 0 < y+1 when ... \|\| ... is false |
|
69 | 89 | | 58 | 0 == x+0 when ... == ... is true |
|
70 | 90 | | 58 | 0 >= y+1 when ... < ... is true |
|
| 91 | +| 58 | ... < ... != 0 when ... < ... is true | |
| 92 | +| 58 | ... < ... == 0 when ... < ... is false | |
| 93 | +| 58 | ... < ... == 0 when ... \|\| ... is false | |
| 94 | +| 58 | ... == ... != 0 when ... == ... is true | |
| 95 | +| 58 | ... == ... == 0 when ... == ... is false | |
| 96 | +| 58 | ... == ... == 0 when ... \|\| ... is false | |
71 | 97 | | 58 | x != 0 when ... == ... is false |
|
72 | 98 | | 58 | x != 0 when ... \|\| ... is false |
|
73 | 99 | | 58 | x != 0+0 when ... == ... is false |
|
|
89 | 115 | | 74 | i >= 11 when i is Case[11..20] |
|
90 | 116 | | 75 | 0 != x+0 when ... == ... is false |
|
91 | 117 | | 75 | 0 == x+0 when ... == ... is true |
|
| 118 | +| 75 | ... == ... != 0 when ... == ... is true | |
| 119 | +| 75 | ... == ... == 0 when ... == ... is false | |
92 | 120 | | 75 | x != 0 when ... == ... is false |
|
93 | 121 | | 75 | x != 0+0 when ... == ... is false |
|
94 | 122 | | 75 | x == 0 when ... == ... is true |
|
|
99 | 127 | | 85 | 0 == x+0 when ... && ... is true |
|
100 | 128 | | 85 | 0 == x+0 when ... == ... is true |
|
101 | 129 | | 85 | 0 == y+0 when ... != ... is false |
|
| 130 | +| 85 | ... != ... != 0 when ... != ... is true | |
| 131 | +| 85 | ... != ... != 0 when ... && ... is true | |
| 132 | +| 85 | ... != ... == 0 when ... != ... is false | |
| 133 | +| 85 | ... == ... != 0 when ... && ... is true | |
| 134 | +| 85 | ... == ... != 0 when ... == ... is true | |
| 135 | +| 85 | ... == ... == 0 when ... == ... is false | |
102 | 136 | | 85 | x != 0 when ... == ... is false |
|
103 | 137 | | 85 | x != 0+0 when ... == ... is false |
|
104 | 138 | | 85 | x == 0 when ... && ... is true |
|
|
115 | 149 | | 93 | c == 0 when c is false |
|
116 | 150 | | 94 | 0 != x+0 when ... != ... is true |
|
117 | 151 | | 94 | 0 == x+0 when ... != ... is false |
|
| 152 | +| 94 | ... != ... != 0 when ... != ... is true | |
| 153 | +| 94 | ... != ... == 0 when ... != ... is false | |
118 | 154 | | 94 | x != 0 when ... != ... is true |
|
119 | 155 | | 94 | x != 0+0 when ... != ... is true |
|
120 | 156 | | 94 | x == 0 when ... != ... is false |
|
121 | 157 | | 94 | x == 0+0 when ... != ... is false |
|
| 158 | +| 99 | f != 0 when f is true | |
| 159 | +| 99 | f == 0 when f is false | |
122 | 160 | | 102 | 10 < j+1 when ... < ... is false |
|
123 | 161 | | 102 | 10 >= j+1 when ... < ... is true |
|
| 162 | +| 102 | ... < ... != 0 when ... < ... is true | |
| 163 | +| 102 | ... < ... == 0 when ... < ... is false | |
124 | 164 | | 102 | j < 10 when ... < ... is true |
|
125 | 165 | | 102 | j < 10+0 when ... < ... is true |
|
126 | 166 | | 102 | j >= 10 when ... < ... is false |
|
127 | 167 | | 102 | j >= 10+0 when ... < ... is false |
|
128 | 168 | | 105 | 0.0 != f+0 when ... != ... is true |
|
129 | 169 | | 105 | 0.0 == f+0 when ... != ... is false |
|
| 170 | +| 105 | ... != ... != 0 when ... != ... is true | |
| 171 | +| 105 | ... != ... == 0 when ... != ... is false | |
130 | 172 | | 105 | f != 0.0+0 when ... != ... is true |
|
131 | 173 | | 105 | f == 0.0+0 when ... != ... is false |
|
132 | 174 | | 109 | 0 != x+0 when ... == ... is false |
|
|
135 | 177 | | 109 | 0 < y+1 when ... \|\| ... is false |
|
136 | 178 | | 109 | 0 == x+0 when ... == ... is true |
|
137 | 179 | | 109 | 0 >= y+1 when ... < ... is true |
|
| 180 | +| 109 | ... < ... != 0 when ... < ... is true | |
| 181 | +| 109 | ... < ... == 0 when ... < ... is false | |
| 182 | +| 109 | ... < ... == 0 when ... \|\| ... is false | |
| 183 | +| 109 | ... == ... != 0 when ... == ... is true | |
| 184 | +| 109 | ... == ... == 0 when ... == ... is false | |
| 185 | +| 109 | ... == ... == 0 when ... \|\| ... is false | |
138 | 186 | | 109 | x != 0 when ... == ... is false |
|
139 | 187 | | 109 | x != 0 when ... \|\| ... is false |
|
140 | 188 | | 109 | x != 0+0 when ... == ... is false |
|
|
149 | 197 | | 109 | y >= 0+0 when ... \|\| ... is false |
|
150 | 198 | | 111 | 0.0 != i+0 when ... != ... is true |
|
151 | 199 | | 111 | 0.0 == i+0 when ... != ... is false |
|
| 200 | +| 111 | ... != ... != 0 when ... != ... is true | |
| 201 | +| 111 | ... != ... == 0 when ... != ... is false | |
152 | 202 | | 111 | i != 0.0+0 when ... != ... is true |
|
153 | 203 | | 111 | i == 0.0+0 when ... != ... is false |
|
154 | 204 | | 122 | b != 0 when b is true |
|
|
166 | 216 | | 126 | call to test3_condition == 0 when call to test3_condition is false |
|
167 | 217 | | 131 | ... + ... != a+0 when call to __builtin_expect is false |
|
168 | 218 | | 131 | ... + ... == a+0 when call to __builtin_expect is true |
|
| 219 | +| 131 | ... == ... != 0 when call to __builtin_expect is true | |
| 220 | +| 131 | ... == ... == 0 when call to __builtin_expect is false | |
169 | 221 | | 131 | a != ... + ...+0 when call to __builtin_expect is false |
|
170 | 222 | | 131 | a != b+42 when call to __builtin_expect is false |
|
171 | 223 | | 131 | a == ... + ...+0 when call to __builtin_expect is true |
|
|
176 | 228 | | 131 | b == a+-42 when call to __builtin_expect is true |
|
177 | 229 | | 131 | call to __builtin_expect != 0 when call to __builtin_expect is true |
|
178 | 230 | | 131 | call to __builtin_expect == 0 when call to __builtin_expect is false |
|
| 231 | +| 135 | ... != ... != 0 when call to __builtin_expect is true | |
| 232 | +| 135 | ... != ... == 0 when call to __builtin_expect is false | |
179 | 233 | | 135 | ... + ... != a+0 when call to __builtin_expect is true |
|
180 | 234 | | 135 | ... + ... == a+0 when call to __builtin_expect is false |
|
181 | 235 | | 135 | a != ... + ...+0 when call to __builtin_expect is true |
|
|
190 | 244 | | 137 | 0 == 0 when 0 is false |
|
191 | 245 | | 141 | 42 != a+0 when call to __builtin_expect is false |
|
192 | 246 | | 141 | 42 == a+0 when call to __builtin_expect is true |
|
| 247 | +| 141 | ... == ... != 0 when call to __builtin_expect is true | |
| 248 | +| 141 | ... == ... == 0 when call to __builtin_expect is false | |
193 | 249 | | 141 | a != 42 when call to __builtin_expect is false |
|
194 | 250 | | 141 | a != 42+0 when call to __builtin_expect is false |
|
195 | 251 | | 141 | a == 42 when call to __builtin_expect is true |
|
|
198 | 254 | | 141 | call to __builtin_expect == 0 when call to __builtin_expect is false |
|
199 | 255 | | 145 | 42 != a+0 when call to __builtin_expect is true |
|
200 | 256 | | 145 | 42 == a+0 when call to __builtin_expect is false |
|
| 257 | +| 145 | ... != ... != 0 when call to __builtin_expect is true | |
| 258 | +| 145 | ... != ... == 0 when call to __builtin_expect is false | |
201 | 259 | | 145 | a != 42 when call to __builtin_expect is true |
|
202 | 260 | | 145 | a != 42+0 when call to __builtin_expect is true |
|
203 | 261 | | 145 | a == 42 when call to __builtin_expect is false |
|
|
0 commit comments