Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcha_guard_optimization.cc185 loop_info->IsDefinedOutOfTheLoop(receiver)) { in HoistGuard()
Dbounds_check_elimination.cc1248 if (loop->IsDefinedOutOfTheLoop(array_get->InputAt(0)) && in VisitArrayGet()
1249 loop->IsDefinedOutOfTheLoop(array_get->InputAt(1))) { in VisitArrayGet()
1426 DCHECK(loop->IsDefinedOutOfTheLoop(array_length)); // pre-checked in TransformLoopForDynamicBCE()
1613 if (loop->IsDefinedOutOfTheLoop(length)) { in CanHandleLength()
1629 if (loop->IsDefinedOutOfTheLoop(check)) { in CanHandleNullCheck()
1633 if (loop->IsDefinedOutOfTheLoop(array)) { in CanHandleNullCheck()
Dload_store_analysis.h510 if (loop_info->IsDefinedOutOfTheLoop(ref)) { in VisitInstanceFieldSet()
Dload_store_elimination.cc618 … if (ref_info->IsSingleton() && !loop_info->IsDefinedOutOfTheLoop(ref_info->GetReference())) { in VisitSetLocation()
Dloop_optimization.cc1293 node->loop_info->IsDefinedOutOfTheLoop(base) && in VectorizeDef()
1349 if (node->loop_info->IsDefinedOutOfTheLoop(instruction)) { in VectorizeUse()
1370 node->loop_info->IsDefinedOutOfTheLoop(base) && in VectorizeUse()
Dinduction_var_analysis.cc1214 if (loop->IsDefinedOutOfTheLoop(instruction)) { in LookupInfo()
Dnodes.cc894 bool HLoopInformation::IsDefinedOutOfTheLoop(HInstruction* instruction) const { in IsDefinedOutOfTheLoop() function in art::HLoopInformation
Dnodes.h863 bool IsDefinedOutOfTheLoop(HInstruction* instruction) const;