Searched refs:isLoopExiting (Results 1 – 18 of 18) sorted by relevance
423 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()433 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()996 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()1038 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
417 bool LatchIsExiting = L->isLoopExiting(LatchBlock); in UnrollLoop()
482 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in violatesLegacyMultiExitLoopCheck()
750 if (L->isLoopExiting(Latch)) { in breakLoopBackedge()809 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getExpectedExitLoopLatchBranch()
135 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
93 if (isLoopExiting(Latch)) in findLoopControlBlock()
268 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
828 bool IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in getLIFeatureComponents()
310 return Latch && isLoopExiting(Latch); in isRotatedForm()
459 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
1222 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
918 if (!L->contains(InLoopSucc) || !L->isLoopExiting(&BB) || InLoopSucc == &BB) in addInfoForInductions()
483 if (Current->isLoopExiting(ExitBB)) in getTopMostExitingLoop()
227 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
424 if (isLoopExiting(BB)) in print()
164 if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) || in getUnrollingPreferences()165 (L->contains(Succ1) && L->isLoopExiting(Succ1))) in getUnrollingPreferences()
8191 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()8250 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
8025 if (OrigLoop->isLoopExiting(Src)) in createEdgeMask()