Home
last modified time | relevance | path

Searched refs:hasDedicatedExits (Results 1 – 23 of 23) 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/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp144 if (!Preheader || !L->hasDedicatedExits()) { in deleteLoopIfDead()
DLICM.cpp276 if (L->hasDedicatedExits()) in runOnLoop()
290 if (!DisablePromotion && Preheader && L->hasDedicatedExits()) { in runOnLoop()
DLoopUnswitch.cpp621 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
DSimpleLoopUnswitch.cpp307 assert(OldContainingL->hasDedicatedExits() && in hoistLoopToNewParent()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h86 bool LoopBase<BlockT, LoopT>::hasDedicatedExits() const { in hasDedicatedExits() function
105 assert(hasDedicatedExits() && in getUniqueExitBlocks()
DLoopInfo.h266 bool hasDedicatedExits() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp259 if (!OrigPreheader || !L->hasDedicatedExits()) in rotateLoop()
DLoopSimplify.cpp843 if (!L->hasDedicatedExits()) {
DLoopUtils.cpp1364 assert(L->hasDedicatedExits() && "Loop should have dedicated exits!"); in deleteDeadLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopInfo.cpp195 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
/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-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp301 if (!LP->hasDedicatedExits()) in getMaxNumOfPromotionsInLoop()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h615 bool hasDedicatedExits() const;