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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp210 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits();
333 /// hasDedicatedExits - Return true if no exit block for the loop
335 bool Loop::hasDedicatedExits() const { function in class:Loop
355 assert(hasDedicatedExits() &&
/freebsd-10.2-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.cpp421 if (!currentLoop->hasDedicatedExits())
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp786 if (!L->hasDedicatedExits()) {
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h425 /// hasDedicatedExits - Return true if no exit block for the loop
427 bool hasDedicatedExits() const;

Completed in 115 milliseconds