Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1626 auto UpdateSkipLastIter = [&](const SCEV *MaxExitCount) { in optimizeLoopExits() argument
1627 if (SkipLastIter || isa<SCEVCouldNotCompute>(MaxExitCount)) in optimizeLoopExits()
1630 CurrMaxExit = MaxExitCount; in optimizeLoopExits()
1632 CurrMaxExit = SE->getUMinFromMismatchedTypes(CurrMaxExit, MaxExitCount); in optimizeLoopExits()
1641 const SCEV *MaxExitCount = SE->getExitCount( in optimizeLoopExits() local
1673 UpdateSkipLastIter(MaxExitCount); in optimizeLoopExits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8213 const auto *MaxExitCount = in getSmallConstantMaxTripCount() local
8215 return getConstantTripCount(MaxExitCount); in getSmallConstantMaxTripCount()