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.cc1349 if (loop->IsDefinedOutOfTheLoop(array_get->InputAt(0)) && in VisitArrayGet()
1350 loop->IsDefinedOutOfTheLoop(array_get->InputAt(1))) { in VisitArrayGet()
1527 DCHECK(loop->IsDefinedOutOfTheLoop(array_length)); // pre-checked in TransformLoopForDynamicBCE()
1714 if (loop->IsDefinedOutOfTheLoop(length)) { in CanHandleLength()
1730 if (loop->IsDefinedOutOfTheLoop(check)) { in CanHandleNullCheck()
1734 if (loop->IsDefinedOutOfTheLoop(array)) { in CanHandleNullCheck()
Dload_store_analysis.h515 if (loop_info->IsDefinedOutOfTheLoop(ref)) { in VisitInstanceFieldSet()
Dload_store_elimination.cc649 … if (ref_info->IsSingleton() && !loop_info->IsDefinedOutOfTheLoop(ref_info->GetReference())) { in VisitSetLocation()
Dloop_optimization.cc1297 node->loop_info->IsDefinedOutOfTheLoop(base) && in VectorizeDef()
1354 if (node->loop_info->IsDefinedOutOfTheLoop(instruction)) { in VectorizeUse()
1375 node->loop_info->IsDefinedOutOfTheLoop(base) && in VectorizeUse()
Dinduction_var_analysis.cc1214 if (loop->IsDefinedOutOfTheLoop(instruction)) { in LookupInfo()
Dnodes.cc893 bool HLoopInformation::IsDefinedOutOfTheLoop(HInstruction* instruction) const { in IsDefinedOutOfTheLoop() function in art::HLoopInformation
Dnodes.h936 bool IsDefinedOutOfTheLoop(HInstruction* instruction) const;