Home | History | Annotate | Download | only in src

Lines Matching refs:Kill

105           TRACE((" kill-all i%d\n", instr->id()));
106 Kill();
110 TRACE((" kill-maps i%d\n", instr->id()));
114 TRACE((" kill-elements-kind i%d\n", instr->id()));
119 TRACE((" kill-elements i%d\n", instr->id()));
123 TRACE((" kill-osr i%d\n", instr->id()));
124 Kill();
168 // Kill an entry that doesn't agree with the other value.
184 friend class HLoadEliminationEffects; // Calls Kill() and others.
220 // Kill non-equivalent may-alias entries.
240 // Kill everything in this table.
241 void Kill() {
245 // Kill all entries matching the given offset.
253 // Kill all entries aliasing the given store.
263 // Kill multiple entries in the case of a misaligned store.
269 // Kill the field containing the first word of the access.
274 // Kill the next field in case of overlap.
325 // Kill all entries for a given field that _may_ alias the given object
335 // Kill an aliasing entry that doesn't agree on the value.
436 // Kill everything. Loads must not be hoisted past the OSR entry.
454 table->Kill();
464 // Kill non-agreeing fields for each store contained in these effects.
504 table->Kill();