Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h422 bool isKnownNegativeInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1112 bool llvm::isKnownNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNegativeInLoop() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1689 else if (isKnownNegativeInLoop(X, L, SE)) in computeSafeIterationSpace()