Searched refs:IsDefinedOutOfTheLoop (Results 1 – 6 of 6) sorted by relevance
185 loop_info->IsDefinedOutOfTheLoop(receiver)) { in HoistGuard()
1362 if (loop->IsDefinedOutOfTheLoop(array_get->InputAt(0)) && in VisitArrayGet()1363 loop->IsDefinedOutOfTheLoop(array_get->InputAt(1))) { in VisitArrayGet()1540 DCHECK(loop->IsDefinedOutOfTheLoop(array_length)); // pre-checked in TransformLoopForDynamicBCE()1736 if (loop->IsDefinedOutOfTheLoop(length)) { in CanHandleLength()1752 if (loop->IsDefinedOutOfTheLoop(check)) { in CanHandleNullCheck()1756 if (loop->IsDefinedOutOfTheLoop(array)) { in CanHandleNullCheck()
1761 node->loop_info->IsDefinedOutOfTheLoop(base) && in VectorizeDef()1825 if (node->loop_info->IsDefinedOutOfTheLoop(instruction)) { in VectorizeUse()1847 node->loop_info->IsDefinedOutOfTheLoop(base) && in VectorizeUse()
1333 if (loop->IsDefinedOutOfTheLoop(instruction)) { in LookupInfo()
951 bool HLoopInformation::IsDefinedOutOfTheLoop(HInstruction* instruction) const { in IsDefinedOutOfTheLoop() function in art::HLoopInformation
999 bool IsDefinedOutOfTheLoop(HInstruction* instruction) const;