Searched refs:isLoopExiting (Results 1 – 23 of 23) 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()
202 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()212 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch) in rotateLoop()563 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()609 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
248 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
938 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
628 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
90 if (isLoopExiting(Latch)) in findLoopControlBlock()
229 isExiting = loop ? loop->isLoopExiting(mbb) : false; in weightCalcHelper()
167 isExiting = loop ? loop->isLoopExiting(mbb) : false; in calculateSpillWeightAndHint()
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()
329 if (isLoopExiting(BB)) OS << "<exiting>"; in print()
160 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
374 if (L->isLoopExiting(Latch)) in getExitingBlock()
5257 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()5298 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
6578 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()6615 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()