Searched refs:IsDefinedOutOfTheLoop (Results 1 – 8 of 8) sorted by relevance
185 loop_info->IsDefinedOutOfTheLoop(receiver)) { in HoistGuard()
1349 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()
515 if (loop_info->IsDefinedOutOfTheLoop(ref)) { in VisitInstanceFieldSet()
649 … if (ref_info->IsSingleton() && !loop_info->IsDefinedOutOfTheLoop(ref_info->GetReference())) { in VisitSetLocation()
1297 node->loop_info->IsDefinedOutOfTheLoop(base) && in VectorizeDef()1354 if (node->loop_info->IsDefinedOutOfTheLoop(instruction)) { in VectorizeUse()1375 node->loop_info->IsDefinedOutOfTheLoop(base) && in VectorizeUse()
1214 if (loop->IsDefinedOutOfTheLoop(instruction)) { in LookupInfo()
893 bool HLoopInformation::IsDefinedOutOfTheLoop(HInstruction* instruction) const { in IsDefinedOutOfTheLoop() function in art::HLoopInformation
936 bool IsDefinedOutOfTheLoop(HInstruction* instruction) const;