Searched refs:isLoopExiting (Results 1 – 17 of 17) sorted by relevance
277 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()287 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()775 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()812 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
87 if (!L->isLoopExiting(Latch)) in canPeel()341 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in violatesLegacyMultiExitLoopCheck()
387 bool LatchIsExiting = L->isLoopExiting(LatchBlock); in UnrollLoop()
714 if (L->isLoopExiting(Latch)) { in breakLoopBackedge()773 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getExpectedExitLoopLatchBranch()
93 if (isLoopExiting(Latch)) in findLoopControlBlock()
245 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
732 bool IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in getLIFeatureComponents()
241 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function810 return Latch && isLoopExiting(Latch); in isRotatedForm()
403 if (isLoopExiting(BB)) in print()
255 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
1241 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
766 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
425 if (Current->isLoopExiting(ExitBB)) in getTopMostExitingLoop()
161 if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) || in getUnrollingPreferences()162 (L->contains(Succ1) && L->isLoopExiting(Succ1))) in getUnrollingPreferences()
1370 EXPECT_FALSE(L->isLoopExiting(Latch)); in TEST()
7923 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()8114 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
7976 if (OrigLoop->isLoopExiting(Src)) in createEdgeMask()