Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h407 bool isKnownNegativeInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1103 bool llvm::isKnownNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNegativeInLoop() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1684 else if (isKnownNegativeInLoop(X, L, SE)) in computeSafeIterationSpace()