Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc802 static bool IsDefaultOrPhiAllowedForLoad(HInstruction* instruction) { in IsDefaultOrPhiAllowedForLoad() function in art::LSEVisitor
1762 !IsDefaultOrPhiAllowedForLoad(instruction)) { in VisitGetLocation()
2404 bool can_use_default_or_phi = IsDefaultOrPhiAllowedForLoad(load); in TryToMaterializeLoopPhis()