Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1614 auto UpdateSkipLastIter = [&](const SCEV *MaxExitCount) { in optimizeLoopExits() argument
1615 if (SkipLastIter || isa<SCEVCouldNotCompute>(MaxExitCount)) in optimizeLoopExits()
1618 CurrMaxExit = MaxExitCount; in optimizeLoopExits()
1620 CurrMaxExit = SE->getUMinFromMismatchedTypes(CurrMaxExit, MaxExitCount); in optimizeLoopExits()
1629 const SCEV *MaxExitCount = SE->getExitCount( in optimizeLoopExits() local
1661 UpdateSkipLastIter(MaxExitCount); in optimizeLoopExits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8199 const auto *MaxExitCount = in getSmallConstantMaxTripCount() local
8201 return getConstantTripCount(MaxExitCount); in getSmallConstantMaxTripCount()