Searched refs:hasDedicatedExits (Results 1 – 9 of 9) sorted by relevance
449 if (!Preheader || !L->hasDedicatedExits()) { in deleteLoopIfDead()
437 if (L->hasDedicatedExits()) in runOnLoop()457 if (!DisablePromotion && Preheader && L->hasDedicatedExits() && in runOnLoop()
340 if (!OrigPreheader || !L->hasDedicatedExits()) in rotateLoop()
899 if (!L->hasDedicatedExits()) {
527 assert(L->hasDedicatedExits() && "Loop should have dedicated exits!"); in deleteDeadLoop()
91 bool LoopBase<BlockT, LoopT>::hasDedicatedExits() const { in hasDedicatedExits() function
305 bool hasDedicatedExits() const;
478 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
332 if (!LP->hasDedicatedExits()) in isPromotionPossible()