Searched refs:heap_value (Results 1 – 1 of 1) sorted by relevance
759 void AddRemovedLoad(HInstruction* load, HInstruction* heap_value) { in AddRemovedLoad() argument762 DCHECK_EQ(FindSubstitute(heap_value), heap_value) << in AddRemovedLoad()763 "Unexpected heap_value that has a substitute " << heap_value->DebugName(); in AddRemovedLoad()778 load, heap_value, load->GetType()); in AddRemovedLoad()781 type_conversion != nullptr ? type_conversion : heap_value; in AddRemovedLoad()1786 HInstruction* heap_value = FindSubstitute(record.value.GetInstruction()); in VisitGetLocation() local1787 AddRemovedLoad(instruction, heap_value); in VisitGetLocation()2548 HInstruction* heap_value = local_heap_values[idx].GetInstruction(); in ProcessLoopPhiWithUnknownInput() local2549 AddRemovedLoad(load_or_store, heap_value); in ProcessLoopPhiWithUnknownInput()2607 HInstruction* heap_value = record.value.GetInstruction(); in ProcessLoadsRequiringLoopPhis() local[all …]