Searched refs:IsDefinedOutOfTheLoop (Results 1 – 8 of 8) sorted by relevance
185 loop_info->IsDefinedOutOfTheLoop(receiver)) { in HoistGuard()
1248 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()
510 if (loop_info->IsDefinedOutOfTheLoop(ref)) { in VisitInstanceFieldSet()
618 … if (ref_info->IsSingleton() && !loop_info->IsDefinedOutOfTheLoop(ref_info->GetReference())) { in VisitSetLocation()
1293 node->loop_info->IsDefinedOutOfTheLoop(base) && in VectorizeDef()1349 if (node->loop_info->IsDefinedOutOfTheLoop(instruction)) { in VectorizeUse()1370 node->loop_info->IsDefinedOutOfTheLoop(base) && in VectorizeUse()
1214 if (loop->IsDefinedOutOfTheLoop(instruction)) { in LookupInfo()
894 bool HLoopInformation::IsDefinedOutOfTheLoop(HInstruction* instruction) const { in IsDefinedOutOfTheLoop() function in art::HLoopInformation
863 bool IsDefinedOutOfTheLoop(HInstruction* instruction) const;