Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc656 FindSubstitute(replacement.GetInstruction()) == replacement.GetInstruction()); in Replacement()
687 FindSubstitute(value.GetInstruction()) == value.GetInstruction()); in ReplacementOrValue()
694 FindSubstitute(value.GetInstruction()) == value.GetInstruction()); in ReplacementOrValue()
747 HInstruction* FindSubstitute(HInstruction* instruction) const { in FindSubstitute() function in art::LSEVisitor
761 DCHECK_EQ(FindSubstitute(load), load); in AddRemovedLoad()
762 DCHECK_EQ(FindSubstitute(heap_value), heap_value) << in AddRemovedLoad()
1786 HInstruction* heap_value = FindSubstitute(record.value.GetInstruction()); in VisitGetLocation()
1799 value = FindSubstitute(value); in VisitSetLocation()
1804 FindSubstitute(record.value.GetInstruction()) == record.value.GetInstruction()); in VisitSetLocation()
2849 HInstruction* stored_value = FindSubstitute(store_record.stored_value); in FindStoresWritingOldValues()
[all …]