Searched refs:isLoopExiting (Results 1 – 10 of 10) sorted by relevance
220 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()230 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()603 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()661 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
83 if (isLoopExiting(Latch)) in findLoopControlBlock()
229 isExiting = loop ? loop->isLoopExiting(mbb) : false; in weightCalcHelper()
121 if (L->isLoopExiting(Br->getSuccessor(0)) || in getUnrollingPreferences()122 L->isLoopExiting(Br->getSuccessor(1))) in getUnrollingPreferences()
255 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
1025 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
761 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
203 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
414 if (isLoopExiting(BB)) in print()
6524 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()6561 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()