Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLoopUtils.h345 bool isKnownNegativeInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUtils.cpp1010 bool llvm::isKnownNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNegativeInLoop() function in llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDInductiveRangeCheckElimination.cpp1669 else if (isKnownNegativeInLoop(X, L, SE)) in computeSafeIterationSpace()