Searched refs:DeleteAndReplaceWith (Results 1 – 15 of 15) sorted by relevance
196 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()
76 instr->DeleteAndReplaceWith(NULL); in RemoveDeadInstructions()97 phi->DeleteAndReplaceWith(NULL); in RemoveDeadInstructions()
75 if (value->IsForceRepresentation()) value->DeleteAndReplaceWith(NULL); in InsertRepresentationChangesForValue()104 value->DeleteAndReplaceWith(NULL); in InsertRepresentationChangesForValue()109 value->DeleteAndReplaceWith(HForceRepresentation::cast(value)->value()); in InsertRepresentationChangesForValue()
51 if (value != instr) instr->DeleteAndReplaceWith(value); in Run()
373 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()
50 binary_operation->DeleteAndReplaceWith(NULL); in DehoistArrayIndex()
65 prev->DeleteAndReplaceWith(NULL); in ProcessStore()
134 mergelist_.RemoveLast()->DeleteAndReplaceWith(NULL); in RemoveSimulates()
179 new_check->DeleteAndReplaceWith(new_check->ActualValue()); in CoverCheck()421 check->DeleteAndReplaceWith(check->ActualValue()); in PreProcessBlock()
59 instr->DeleteAndReplaceWith(result); in Process()74 instr->DeleteAndReplaceWith(NULL); in Process()
217 markers_[i]->DeleteAndReplaceWith(NULL); in Run()
857 instr->DeleteAndReplaceWith(other); in AnalyzeGraph()
514 void HValue::DeleteAndReplaceWith(HValue* other) { in DeleteAndReplaceWith() function in v8::internal::HValue2073 from->DeleteAndReplaceWith(NULL); in MergeWith()
583 void DeleteAndReplaceWith(HValue* other);1722 DeleteAndReplaceWith(NULL); in Eliminate()
4170 instruction->DeleteAndReplaceWith(instruction->ActualValue()); in RestoreActualValues()4174 instruction->DeleteAndReplaceWith(instruction->RedefinedOperand()); in RestoreActualValues()9781 instr->DeleteAndReplaceWith(NULL); in VisitCallNew()