HomeSort by relevance Sort by last modified time
    Searched refs:hasDedicatedExits (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Analysis/
LoopInfo.cpp 188 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits();
322 bool Loop::hasDedicatedExits() const {
337 assert(hasDedicatedExits() &&
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 297 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits();
300 /// hasDedicatedExits - Return true if no exit block for the loop
302 bool Loop::hasDedicatedExits() const {
325 assert(hasDedicatedExits() &&
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 111 if (!L->hasDedicatedExits())
LoopVersioningLICM.cpp 248 if (!CurLoop->hasDedicatedExits()) {
LICM.cpp 241 if (L->hasDedicatedExits())
250 if (!DisablePromotion && (Preheader || L->hasDedicatedExits())) {
    [all...]
LoopUnswitch.cpp 501 if (!currentLoop->hasDedicatedExits())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopDeletion.cpp 138 if (!L->hasDedicatedExits())
LICM.cpp 240 if (L->hasDedicatedExits())
247 if (!DisablePromotion && Preheader && L->hasDedicatedExits()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 144 if (!Preheader || !L->hasDedicatedExits()) {
LICM.cpp 276 if (L->hasDedicatedExits())
290 if (!DisablePromotion && Preheader && L->hasDedicatedExits()) {
    [all...]
LoopUnswitch.cpp 621 if (!currentLoop->hasDedicatedExits())
    [all...]
SimpleLoopUnswitch.cpp 307 assert(OldContainingL->hasDedicatedExits() &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfoImpl.h 86 bool LoopBase<BlockT, LoopT>::hasDedicatedExits() const {
105 assert(hasDedicatedExits() &&
LoopInfo.h 266 bool hasDedicatedExits() const;
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 442 bool hasDedicatedExits() const;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 761 if (!L->hasDedicatedExits()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopInfo.cpp 195 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopRotationUtils.cpp 259 if (!OrigPreheader || !L->hasDedicatedExits())
LoopSimplify.cpp 843 if (!L->hasDedicatedExits())
    [all...]
LoopUtils.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 613 /// hasDedicatedExits - Return true if no exit block for the loop
615 bool hasDedicatedExits() const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 301 if (!LP->hasDedicatedExits())
    [all...]

Completed in 3486 milliseconds