Home
last modified time | relevance | path

Searched refs:hasDedicatedExits (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Analysis/
DLoopInfo.cpp206 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
332 bool Loop::hasDedicatedExits() const { in hasDedicatedExits() function in Loop
352 assert(hasDedicatedExits() && in getUniqueExitBlocks()
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp144 if (!L->hasDedicatedExits()) in runOnLoop()
DLICM.cpp234 if (L->hasDedicatedExits()) in runOnLoop()
243 if (!DisablePromotion && (Preheader || L->hasDedicatedExits())) { in runOnLoop()
819 bool HasDedicatedExits = CurLoop->hasDedicatedExits(); in promoteLoopAccessesToScalars()
DLoopUnswitch.cpp429 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h447 bool hasDedicatedExits() const;
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp842 if (!L->hasDedicatedExits()) {