Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc751 DCHECK(!IsLoad(instruction) || instruction->IsPredicatedInstanceFieldGet()); in FindSubstitute()
755 DCHECK(substitute == nullptr || IsLoad(instruction)); in FindSubstitute()
760 DCHECK(IsLoad(load)); in AddRemovedLoad()
784 static bool IsLoad(HInstruction* instruction) { in IsLoad() function in art::LSEVisitor
803 DCHECK(IsLoad(instruction)); in IsDefaultOrPhiAllowedForLoad()
3819 DCHECK(IsLoad(load)); in FinishFullLSE()