Searched refs:isLoopExiting (Results 1 – 14 of 14) sorted by relevance
226 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()236 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()614 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()651 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
91 return T && T->isConditional() && L->isLoopExiting(Latch) && in canPeel()
410 assert(L->isLoopExiting(ExitingBlock) && "Latch is not exiting?"); in UnrollLoop()
700 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getLoopEstimatedTripCount()
90 if (isLoopExiting(Latch)) in findLoopControlBlock()
229 isExiting = loop ? loop->isLoopExiting(mbb) : false; in weightCalcHelper()
208 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function767 return Latch && isLoopExiting(Latch); in isRotatedForm()
398 if (isLoopExiting(BB)) in print()
123 if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) || in getUnrollingPreferences()124 (L->contains(Succ1) && L->isLoopExiting(Succ1))) in getUnrollingPreferences()
253 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
1087 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
753 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
341 if (Current->isLoopExiting(ExitBB)) in getTopMostExitingLoop()
6578 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()6615 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()