Searched refs:isLoopExiting (Results 1 – 15 of 15) sorted by relevance
287 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()297 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()780 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()817 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
377 bool LatchIsExiting = L->isLoopExiting(LatchBlock); in UnrollLoop()
103 return T && T->isConditional() && L->isLoopExiting(Latch) && in canPeel()
752 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getExpectedExitLoopLatchBranch()
93 if (isLoopExiting(Latch)) in findLoopControlBlock()
249 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
225 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function791 return Latch && isLoopExiting(Latch); in isRotatedForm()
405 if (isLoopExiting(BB)) in print()
254 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
1136 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
768 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
403 if (Current->isLoopExiting(ExitBB)) in getTopMostExitingLoop()
159 if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) || in getUnrollingPreferences()160 (L->contains(Succ1) && L->isLoopExiting(Succ1))) in getUnrollingPreferences()
7176 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()7247 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
8611 if (OrigLoop->isLoopExiting(Src)) in createEdgeMask()