Searched refs:isLoopExiting (Results 1 – 12 of 12) sorted by relevance
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()
123 isExiting = loop ? loop->isLoopExiting(mbb) : false; in CalculateWeightAndHint()
167 isExiting = loop ? loop->isLoopExiting(mbb) : false; in calculateSpillWeightAndHint()
164 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()
146 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function507 if (isLoopExiting(BB)) OS << "<exiting>";
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()