Searched refs:isKnownNonNegativeInLoop (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 426 bool isKnownNonNegativeInLoop(const SCEV *S, const Loop *L,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 894 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 D | LoopUtils.cpp | 1119 bool llvm::isKnownNonNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNonNegativeInLoop() function in llvm
|