Searched refs:isKnownNonNegativeInLoop (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 433 bool isKnownNonNegativeInLoop(const SCEV *S, const Loop *L,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopConstrainer.cpp | 267 if (isKnownNonNegativeInLoop(IndVarStart, &L, SE) && in parseLoopStructure() 268 isKnownNonNegativeInLoop(RightSCEV, &L, SE)) in parseLoopStructure()
|
| H A D | LoopUtils.cpp | 1190 bool llvm::isKnownNonNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNonNegativeInLoop() function in llvm
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 758 if (isKnownNonNegativeInLoop(X, L, SE)) in computeSafeIterationSpace()
|