Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h1359 bool isMustProgress(const Loop *L);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp1118 bool llvm::isMustProgress(const Loop *L) { in isMustProgress() function in llvm
H A DScalarEvolution.cpp7393 return isFinite(L) || (isMustProgress(L) && loopHasNoSideEffects(L)); in loopIsFiniteByAssumption()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1830 Info.PathIsNoop &= isMustProgress(&L); in hasPartialIVCondition()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2727 !isMustProgress(CurLoop) && !SE->isKnownNonNegative(SE->getSCEV(Val))) { in detectShiftUntilZeroIdiom()