Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc162 HInstruction* FindSubstitute(HInstruction* instruction) { in FindSubstitute() function in art::LSEVisitor
171 DCHECK_EQ(FindSubstitute(substitute), substitute); in FindSubstitute()
180 DCHECK_EQ(FindSubstitute(heap_value), heap_value) << in AddRemovedLoad()
216 DCHECK_EQ(FindSubstitute(substitute), substitute); in RemoveInstructions()
280 return FindSubstitute(heap_value); in GetRealHeapValue()
300 return FindSubstitute(heap_value); in GetRealHeapValue()
411 pred_value = FindSubstitute(pred_value); in MergePredecessorValues()
625 value = FindSubstitute(value); in VisitSetLocation()