Searched refs:isLoopExiting (Results 1 – 16 of 16) sorted by relevance
277 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()287 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()781 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()823 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
388 bool LatchIsExiting = L->isLoopExiting(LatchBlock); in UnrollLoop()
713 if (L->isLoopExiting(Latch)) { in breakLoopBackedge()772 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getExpectedExitLoopLatchBranch()
456 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in violatesLegacyMultiExitLoopCheck()
93 if (isLoopExiting(Latch)) in findLoopControlBlock()
245 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
810 bool IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in getLIFeatureComponents()
242 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function813 return Latch && isLoopExiting(Latch); in isRotatedForm()
415 if (isLoopExiting(BB)) in print()
255 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
1245 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
765 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
442 if (Current->isLoopExiting(ExitBB)) in getTopMostExitingLoop()
163 if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) || in getUnrollingPreferences()164 (L->contains(Succ1) && L->isLoopExiting(Succ1))) in getUnrollingPreferences()
8114 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()8305 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
8063 if (OrigLoop->isLoopExiting(Src)) in createEdgeMask()