Searched refs:hasDedicatedExits (Results 1 – 6 of 6) sorted by relevance
206 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()332 bool Loop::hasDedicatedExits() const { in hasDedicatedExits() function in Loop352 assert(hasDedicatedExits() && in getUniqueExitBlocks()
144 if (!L->hasDedicatedExits()) in runOnLoop()
234 if (L->hasDedicatedExits()) in runOnLoop()243 if (!DisablePromotion && (Preheader || L->hasDedicatedExits())) { in runOnLoop()819 bool HasDedicatedExits = CurLoop->hasDedicatedExits(); in promoteLoopAccessesToScalars()
429 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
447 bool hasDedicatedExits() const;
842 if (!L->hasDedicatedExits()) {