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

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp211 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits();
286 /// hasDedicatedExits - Return true if no exit block for the loop
288 bool Loop::hasDedicatedExits() const { function in class:Loop
311 assert(hasDedicatedExits() &&
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp140 if (!L->hasDedicatedExits())
H A DLICM.cpp268 if (L->hasDedicatedExits())
275 if (!DisablePromotion && Preheader && L->hasDedicatedExits()) {
H A DLoopUnswitch.cpp423 if (!currentLoop->hasDedicatedExits())
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h394 /// hasDedicatedExits - Return true if no exit block for the loop
396 bool hasDedicatedExits() const;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp785 if (!L->hasDedicatedExits()) {

Completed in 178 milliseconds