Home
last modified time | relevance | path

Searched refs:DeleteAndReplaceWith (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-escape-analysis.cc196 load->DeleteAndReplaceWith(replacement); in AnalyzeDataFlow()
216 store->DeleteAndReplaceWith(store->ActualValue()); in AnalyzeDataFlow()
235 check->DeleteAndReplaceWith(check->ActualValue()); in AnalyzeDataFlow()
242 mapcheck->DeleteAndReplaceWith(mapcheck->ActualValue()); in AnalyzeDataFlow()
291 allocate->DeleteAndReplaceWith(NULL); in AnalyzeDataFlow()
Dhydrogen-dce.cc76 instr->DeleteAndReplaceWith(NULL); in RemoveDeadInstructions()
97 phi->DeleteAndReplaceWith(NULL); in RemoveDeadInstructions()
Dhydrogen-representation-changes.cc75 if (value->IsForceRepresentation()) value->DeleteAndReplaceWith(NULL); in InsertRepresentationChangesForValue()
104 value->DeleteAndReplaceWith(NULL); in InsertRepresentationChangesForValue()
109 value->DeleteAndReplaceWith(HForceRepresentation::cast(value)->value()); in InsertRepresentationChangesForValue()
Dhydrogen-canonicalize.cc51 if (value != instr) instr->DeleteAndReplaceWith(value); in Run()
Dhydrogen-check-elimination.cc373 instr->DeleteAndReplaceWith(entry->check_); in ReduceCheckMaps()
424 instr->DeleteAndReplaceWith(entry->check_); in ReduceCheckMaps()
482 instr->DeleteAndReplaceWith(value); in ReduceCheckInstanceType()
513 instr->DeleteAndReplaceWith(constant); in ReduceLoadNamedField()
521 instr->DeleteAndReplaceWith(value); in ReduceCheckHeapObject()
650 instr->DeleteAndReplaceWith(object); in ReduceTransitionElementsKind()
Dhydrogen-dehoist.cc50 binary_operation->DeleteAndReplaceWith(NULL); in DehoistArrayIndex()
Dhydrogen-store-elimination.cc65 prev->DeleteAndReplaceWith(NULL); in ProcessStore()
Dhydrogen-removable-simulates.cc134 mergelist_.RemoveLast()->DeleteAndReplaceWith(NULL); in RemoveSimulates()
Dhydrogen-bce.cc179 new_check->DeleteAndReplaceWith(new_check->ActualValue()); in CoverCheck()
421 check->DeleteAndReplaceWith(check->ActualValue()); in PreProcessBlock()
Dhydrogen-load-elimination.cc59 instr->DeleteAndReplaceWith(result); in Process()
74 instr->DeleteAndReplaceWith(NULL); in Process()
Dhydrogen-environment-liveness.cc217 markers_[i]->DeleteAndReplaceWith(NULL); in Run()
Dhydrogen-gvn.cc857 instr->DeleteAndReplaceWith(other); in AnalyzeGraph()
Dhydrogen-instructions.cc514 void HValue::DeleteAndReplaceWith(HValue* other) { in DeleteAndReplaceWith() function in v8::internal::HValue
2073 from->DeleteAndReplaceWith(NULL); in MergeWith()
Dhydrogen-instructions.h583 void DeleteAndReplaceWith(HValue* other);
1722 DeleteAndReplaceWith(NULL); in Eliminate()
Dhydrogen.cc4170 instruction->DeleteAndReplaceWith(instruction->ActualValue()); in RestoreActualValues()
4174 instruction->DeleteAndReplaceWith(instruction->RedefinedOperand()); in RestoreActualValues()
9781 instr->DeleteAndReplaceWith(NULL); in VisitCallNew()