Searched refs:hasDedicatedExits (Results 1 – 9 of 9) sorted by relevance
446 if (!Preheader || !L->hasDedicatedExits()) { in deleteLoopIfDead()
452 if (L->hasDedicatedExits()) in runOnLoop()472 if (!DisablePromotion && Preheader && L->hasDedicatedExits() && in runOnLoop()
281 bool hasDedicatedExits() const;
112 bool LoopBase<BlockT, LoopT>::hasDedicatedExits() const { in hasDedicatedExits() function
894 if (!L->hasDedicatedExits()) {
486 if (!OrigPreheader || !L->hasDedicatedExits()) in rotateLoop()
542 assert(L->hasDedicatedExits() && "Loop should have dedicated exits!"); in deleteDeadLoop()
482 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
504 if (!LP->hasDedicatedExits()) in isPromotionPossible()