Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp297 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
302 bool Loop::hasDedicatedExits() const { in hasDedicatedExits() function in Loop
325 assert(hasDedicatedExits() && in getUniqueExitBlocks()
/external/llvm/lib/Analysis/
DLoopInfo.cpp188 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
322 bool Loop::hasDedicatedExits() const { in hasDedicatedExits() function in Loop
337 assert(hasDedicatedExits() && in getUniqueExitBlocks()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopDeletion.cpp138 if (!L->hasDedicatedExits()) in runOnLoop()
DLICM.cpp240 if (L->hasDedicatedExits()) in runOnLoop()
247 if (!DisablePromotion && Preheader && L->hasDedicatedExits()) { in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp111 if (!L->hasDedicatedExits()) in runImpl()
DLICM.cpp241 if (L->hasDedicatedExits()) in runOnLoop()
250 if (!DisablePromotion && (Preheader || L->hasDedicatedExits())) { in runOnLoop()
902 bool HasDedicatedExits = CurLoop->hasDedicatedExits(); in promoteLoopAccessesToScalars()
DLoopVersioningLICM.cpp248 if (!CurLoop->hasDedicatedExits()) { in legalLoopStructure()
DLoopUnswitch.cpp501 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h442 bool hasDedicatedExits() const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp761 if (!L->hasDedicatedExits()) { in verifyAnalysis()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp860 if (!L->hasDedicatedExits()) {
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h615 bool hasDedicatedExits() const;