222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
|
222
223
224
225
226
227
228
229
230
231
232
233
234
235
|
-
-
-
-
|
SLE,
Assert,
GhostCall,
PHOverrideSet,
PHOverrideClear,
Placeholder
// WARNING AWFUL SHIT:
// If the last instruction changes, make sure to update the upper bound lookup in
// CFG::forEachAddressModifiedByLoop accordingly!
>;
const auto& content() const { return m_content; }
bool canBeExecuted() const;
bool canBeEagerlyEvaluated() const;
bool haveSideEffects() const;
|