Home
last modified time | relevance | path

Searched refs:isMustProgress (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h667 bool isMustProgress(const Loop *L);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1150 bool llvm::isMustProgress(const Loop *L) { in isMustProgress() function in llvm
H A DScalarEvolution.cpp7432 return isFinite(L) || (isMustProgress(L) && loopHasNoSideEffects(L)); in loopIsFiniteByAssumption()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp2125 Info.PathIsNoop &= isMustProgress(&L); in hasPartialIVCondition()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2879 !isMustProgress(CurLoop) && !SE->isKnownNonNegative(SE->getSCEV(Val))) { in detectShiftUntilZeroIdiom()