Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp449 if (!Preheader || !L->hasDedicatedExits()) { in deleteLoopIfDead()
H A DLICM.cpp437 if (L->hasDedicatedExits()) in runOnLoop()
457 if (!DisablePromotion && Preheader && L->hasDedicatedExits() && in runOnLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp340 if (!OrigPreheader || !L->hasDedicatedExits()) in rotateLoop()
H A DLoopSimplify.cpp899 if (!L->hasDedicatedExits()) {
H A DLoopUtils.cpp527 assert(L->hasDedicatedExits() && "Loop should have dedicated exits!"); in deleteDeadLoop()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h91 bool LoopBase<BlockT, LoopT>::hasDedicatedExits() const { in hasDedicatedExits() function
H A DLoopInfo.h305 bool hasDedicatedExits() const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp478 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp332 if (!LP->hasDedicatedExits()) in isPromotionPossible()