Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc136 HInstruction* FindSubstitute(HInstruction* instruction) { in FindSubstitute() function in art::LSEVisitor
145 DCHECK_EQ(FindSubstitute(substitute), substitute); in FindSubstitute()
154 DCHECK_EQ(FindSubstitute(heap_value), heap_value) << in AddRemovedLoad()
210 DCHECK_EQ(FindSubstitute(substitute), substitute); in RemoveInstructions()
294 return FindSubstitute(heap_value); in GetRealHeapValue()
314 return FindSubstitute(heap_value); in GetRealHeapValue()
425 pred_value = FindSubstitute(pred_value); in MergePredecessorValues()
639 value = FindSubstitute(value); in VisitSetLocation()