Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc560 FindSubstitute(replacement.GetInstruction()) == replacement.GetInstruction()); in Replacement()
569 FindSubstitute(value.GetInstruction()) == value.GetInstruction()); in ReplacementOrValue()
622 HInstruction* FindSubstitute(HInstruction* instruction) const { in FindSubstitute() function in art::LSEVisitor
636 DCHECK_EQ(FindSubstitute(load), load); in AddRemovedLoad()
637 DCHECK_EQ(FindSubstitute(heap_value), heap_value) << in AddRemovedLoad()
1741 HInstruction* heap_value = FindSubstitute(record.value.GetInstruction()); in VisitGetLocation()
1753 value = FindSubstitute(value); in VisitSetLocation()
1758 FindSubstitute(record.value.GetInstruction()) == record.value.GetInstruction()); in VisitSetLocation()
2795 HInstruction* stored_value = FindSubstitute(store_record->stored_value); in FindStoresWritingOldValues()
2847 DCHECK_EQ(FindSubstitute(substitute), substitute); in FinishFullLSE()