Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc163 if (!IsLoad(instruction)) { in FindSubstitute()
179 DCHECK(IsLoad(load)); in AddRemovedLoad()
210 DCHECK(IsLoad(load)); in RemoveInstructions()
245 static bool IsLoad(const HInstruction* instruction) { in IsLoad() function in art::LSEVisitor
269 DCHECK(IsLoad(load)); in IsDefaultAllowedForLoad()
279 if (IsLoad(heap_value)) { in GetRealHeapValue()