Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc268 static bool IsDefaultAllowedForLoad(const HInstruction* load) { in IsDefaultAllowedForLoad() function in art::LSEVisitor
550 if (IsDefaultAllowedForLoad(instruction)) { in VisitGetLocation()