HomeSort by relevance Sort by last modified time
    Searched refs:DeleteAndReplaceWith (Results 1 - 15 of 15) sorted by null

  /external/v8/src/crankshaft/
hydrogen-dce.cc 76 instr->DeleteAndReplaceWith(NULL);
97 phi->DeleteAndReplaceWith(NULL);
hydrogen-canonicalize.cc 51 if (value != instr) instr->DeleteAndReplaceWith(value);
hydrogen-dehoist.cc 50 binary_operation->DeleteAndReplaceWith(NULL);
hydrogen-escape-analysis.cc 196 load->DeleteAndReplaceWith(replacement);
216 store->DeleteAndReplaceWith(store->ActualValue());
235 check->DeleteAndReplaceWith(check->ActualValue());
242 mapcheck->DeleteAndReplaceWith(mapcheck->ActualValue());
291 allocate->DeleteAndReplaceWith(NULL);
hydrogen-representation-changes.cc 75 if (value->IsForceRepresentation()) value->DeleteAndReplaceWith(NULL);
104 value->DeleteAndReplaceWith(NULL);
109 value->DeleteAndReplaceWith(HForceRepresentation::cast(value)->value());
hydrogen-store-elimination.cc 65 prev->DeleteAndReplaceWith(NULL);
hydrogen-removable-simulates.cc 134 mergelist_.RemoveLast()->DeleteAndReplaceWith(NULL);
hydrogen-check-elimination.cc 373 instr->DeleteAndReplaceWith(entry->check_);
424 instr->DeleteAndReplaceWith(entry->check_);
482 instr->DeleteAndReplaceWith(value);
513 instr->DeleteAndReplaceWith(constant);
521 instr->DeleteAndReplaceWith(value);
650 instr->DeleteAndReplaceWith(object);
hydrogen-bce.cc 179 new_check->DeleteAndReplaceWith(new_check->ActualValue());
421 check->DeleteAndReplaceWith(check->ActualValue());
hydrogen-load-elimination.cc 59 instr->DeleteAndReplaceWith(result);
74 instr->DeleteAndReplaceWith(NULL);
hydrogen-environment-liveness.cc 217 markers_[i]->DeleteAndReplaceWith(NULL);
hydrogen-gvn.cc 857 instr->DeleteAndReplaceWith(other);
hydrogen-instructions.cc 514 void HValue::DeleteAndReplaceWith(HValue* other) {
    [all...]
hydrogen-instructions.h 583 void DeleteAndReplaceWith(HValue* other);
    [all...]
hydrogen.cc     [all...]

Completed in 271 milliseconds