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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 1430 const SCEV *MaxExitCount = SE->getSymbolicMaxBackedgeTakenCount(L);
1431 if (isa<SCEVCouldNotCompute>(MaxExitCount))
1466 L, BI, ExitingBB, MaxExitCount, Inverted, SkipLastIter, SE,
1472 // pre-last iteration (MaxExitCount - 1). However, there is a nasty
1484 // them. We can stop querying MaxExitCount for this case once SCEV
1485 // understands that (MaxExitCount - 1) will not overflow here.
1494 if (MaxExitCount == ExitCount)
1514 !MaxExitCount->getType()->isIntegerTy())
1518 SE->getWiderType(MaxExitCount->getType(), ExitCount->getType());
1520 MaxExitCount = SE->getNoopOrZeroExtend(MaxExitCount, WiderType)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 6964 const auto *MaxExitCount =
6966 return getConstantTripCount(MaxExitCount);

Completed in 115 milliseconds