Searched refs:isLoopExiting (Results 1 – 18 of 18) sorted by relevance
433 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()443 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()1025 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()1067 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
522 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in violatesLegacyMultiExitLoopCheck()
751 if (L->isLoopExiting(Latch)) { in breakLoopBackedge()810 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getExpectedExitLoopLatchBranch()
141 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
580 bool LatchIsExiting = L->isLoopExiting(LatchBlock); in UnrollLoop()
121 if (isLoopExiting(Latch)) in findLoopControlBlock()
269 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
831 bool IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in getLIFeatureComponents()
310 return Latch && isLoopExiting(Latch); in isRotatedForm()
461 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
1268 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
934 if (!L->contains(InLoopSucc) || !L->isLoopExiting(&BB) || InLoopSucc == &BB) in addInfoForInductions()
485 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()
8207 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()8266 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
7776 if (OrigLoop->isLoopExiting(Src)) in createEdgeMask()