Searched refs:hasDedicatedExits (Results 1 – 9 of 9) sorted by relevance
446 if (!Preheader || !L->hasDedicatedExits()) { in deleteLoopIfDead()
461 if (L->hasDedicatedExits()) in runOnLoop()481 if (!DisablePromotion && Preheader && L->hasDedicatedExits() && in runOnLoop()
281 bool hasDedicatedExits() const;
112 bool LoopBase<BlockT, LoopT>::hasDedicatedExits() const { in hasDedicatedExits() function
893 if (!L->hasDedicatedExits()) {
496 if (!OrigPreheader || !L->hasDedicatedExits()) in rotateLoop()
543 assert(L->hasDedicatedExits() && "Loop should have dedicated exits!"); in deleteDeadLoop()
483 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
585 if (!LP->hasDedicatedExits()) in isPromotionPossible()