Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp446 if (!Preheader || !L->hasDedicatedExits()) { in deleteLoopIfDead()
H A DLICM.cpp461 if (L->hasDedicatedExits()) in runOnLoop()
481 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 DLoopSimplify.cpp893 if (!L->hasDedicatedExits()) {
H A DLoopRotationUtils.cpp496 if (!OrigPreheader || !L->hasDedicatedExits()) in rotateLoop()
H A DLoopUtils.cpp543 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.cpp585 if (!LP->hasDedicatedExits()) in isPromotionPossible()