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

  /external/llvm/lib/Analysis/
LoopInfo.cpp 208 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits();
331 /// hasDedicatedExits - Return true if no exit block for the loop
333 bool Loop::hasDedicatedExits() const {
353 assert(hasDedicatedExits() &&
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 144 if (!L->hasDedicatedExits())
LICM.cpp 292 if (L->hasDedicatedExits())
299 if (!DisablePromotion && (Preheader || L->hasDedicatedExits())) {
    [all...]
LoopUnswitch.cpp 417 if (!currentLoop->hasDedicatedExits())
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 440 /// hasDedicatedExits - Return true if no exit block for the loop
442 bool hasDedicatedExits() const;
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 833 if (!L->hasDedicatedExits()) {
    [all...]

Completed in 389 milliseconds