Searched refs:hasDedicatedExits (Results 1 – 11 of 11) sorted by relevance
144 if (!Preheader || !L->hasDedicatedExits()) { in deleteLoopIfDead()
390 if (L->hasDedicatedExits()) in runOnLoop()406 if (!DisablePromotion && Preheader && L->hasDedicatedExits() && in runOnLoop()
644 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
270 if (!OrigPreheader || !L->hasDedicatedExits()) in rotateLoop()
635 assert(L->hasDedicatedExits() && "No dedicated exits?"); in peelLoop()
903 if (!L->hasDedicatedExits()) {
527 assert(L->hasDedicatedExits() && "Loop should have dedicated exits!"); in deleteDeadLoop()
85 bool LoopBase<BlockT, LoopT>::hasDedicatedExits() const { in hasDedicatedExits() function
272 bool hasDedicatedExits() const;
468 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
326 if (!LP->hasDedicatedExits()) in getMaxNumOfPromotionsInLoop()