Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp446 if (!Preheader || !L->hasDedicatedExits()) { in deleteLoopIfDead()
H A DLICM.cpp452 if (L->hasDedicatedExits()) in runOnLoop()
472 if (!DisablePromotion && Preheader && L->hasDedicatedExits() && in runOnLoop()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp894 if (!L->hasDedicatedExits()) {
H A DLoopRotationUtils.cpp486 if (!OrigPreheader || !L->hasDedicatedExits()) in rotateLoop()
H A DLoopUtils.cpp542 assert(L->hasDedicatedExits() && "Loop should have dedicated exits!"); in deleteDeadLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp482 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp504 if (!LP->hasDedicatedExits()) in isPromotionPossible()