Home
last modified time | relevance | path

Searched refs:isKnownNonNegativeInLoop (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h426 bool isKnownNonNegativeInLoop(const SCEV *S, const Loop *L,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp894 if (isKnownNonNegativeInLoop(IndVarStart, &L, SE) && in parseLoopStructure()
895 isKnownNonNegativeInLoop(RightSCEV, &L, SE)) in parseLoopStructure()
1687 if (isKnownNonNegativeInLoop(X, L, SE)) in computeSafeIterationSpace()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1119 bool llvm::isKnownNonNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNonNegativeInLoop() function in llvm