Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:Kill

87           TRACE((" kill-all i%d\n", instr->id()));
88 Kill();
92 TRACE((" kill-maps i%d\n", instr->id()));
96 TRACE((" kill-elements-kind i%d\n", instr->id()));
101 TRACE((" kill-elements i%d\n", instr->id()));
105 TRACE((" kill-osr i%d\n", instr->id()));
106 Kill();
175 // Kill an entry that doesn't agree with the other value.
195 friend class HLoadEliminationEffects; // Calls Kill() and others.
248 // Kill non-equivalent may-alias entries.
263 // Kill everything in this table.
264 void Kill() {
268 // Kill all entries matching the given offset.
276 // Kill all entries aliasing the given store.
286 // Kill multiple entries in the case of a misaligned store.
292 // Kill the field containing the first word of the access.
297 // Kill the next field in case of overlap.
347 // Kill all entries for a given field that _may_ alias the given object
357 // Kill an aliasing entry that doesn't agree on the value.
455 // Loads must not be hoisted past the OSR entry, therefore we kill
458 table->Kill();
468 // Kill non-agreeing fields for each store contained in these effects.
504 table->Kill();