HomeSort by: relevance | last modified time | path
    Searched refs:cannotBeMinInLoop (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 419 bool cannotBeMinInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 905 cannotBeMinInLoop(RightSCEV, &L, SE, /*Signed*/false)) {
910 } else if (cannotBeMinInLoop(RightSCEV, &L, SE, /*Signed*/true)) {
1446 else if (cannotBeMinInLoop(*SR.HighLimit, &OriginalLoop, SE,
1473 else if (cannotBeMinInLoop(*SR.LowLimit, &OriginalLoop, SE,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUtils.cpp 1117 bool llvm::cannotBeMinInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE,

Completed in 20 milliseconds