Home
last modified time | relevance | path

Searched refs:hasDedicatedExits (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp446 if (!Preheader || !L->hasDedicatedExits()) { in deleteLoopIfDead()
H A DLICM.cpp464 if (L->hasDedicatedExits()) in runOnLoop()
484 if (!DisablePromotion && Preheader && L->hasDedicatedExits() && in runOnLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h281 bool hasDedicatedExits() const;
H A DGenericLoopInfoImpl.h112 bool LoopBase<BlockT, LoopT>::hasDedicatedExits() const { in hasDedicatedExits() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp496 if (!OrigPreheader || !L->hasDedicatedExits()) in rotateLoop()
H A DLoopSimplify.cpp888 if (!L->hasDedicatedExits()) {
H A DLoopUtils.cpp545 assert(L->hasDedicatedExits() && "Loop should have dedicated exits!"); in deleteDeadLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp483 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp607 if (!LP->hasDedicatedExits()) in isPromotionPossible()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19836 {"_ZNK4llvm4Loop17hasDedicatedExitsEv", "llvm::Loop::hasDedicatedExits() const"},