Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DLoopInfo.h1323 bool isMustProgress(const Loop *L);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp1111 bool llvm::isMustProgress(const Loop *L) { in isMustProgress() function in llvm
DScalarEvolution.cpp6708 return isMustProgress(L) && loopHasNoSideEffects(L); in loopIsFiniteByAssumption()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1761 Info.PathIsNoop &= isMustProgress(&L); in hasPartialIVCondition()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp2584 !isMustProgress(CurLoop) && !SE->isKnownNonNegative(SE->getSCEV(Val))) { in detectShiftUntilZeroIdiom()