Home
last modified time | relevance | path

Searched refs:MaxExitCount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1430 const SCEV *MaxExitCount = SE->getSymbolicMaxBackedgeTakenCount(L); in optimizeLoopExits() local
1431 if (isa<SCEVCouldNotCompute>(MaxExitCount)) in optimizeLoopExits()
1466 L, BI, ExitingBB, MaxExitCount, Inverted, SkipLastIter, SE, in optimizeLoopExits()
1494 if (MaxExitCount == ExitCount) in optimizeLoopExits()
1514 !MaxExitCount->getType()->isIntegerTy()) in optimizeLoopExits()
1518 SE->getWiderType(MaxExitCount->getType(), ExitCount->getType()); in optimizeLoopExits()
1520 MaxExitCount = SE->getNoopOrZeroExtend(MaxExitCount, WiderType); in optimizeLoopExits()
1521 assert(MaxExitCount->getType() == ExitCount->getType()); in optimizeLoopExits()
1526 MaxExitCount, ExitCount)) { in optimizeLoopExits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp6964 const auto *MaxExitCount = in getSmallConstantMaxTripCount() local
6966 return getConstantTripCount(MaxExitCount); in getSmallConstantMaxTripCount()