Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1737 auto UpdateSkipLastIter = [&](const SCEV *MaxExitCount) { in optimizeLoopExits() argument
1738 if (SkipLastIter || isa<SCEVCouldNotCompute>(MaxExitCount)) in optimizeLoopExits()
1741 CurrMaxExit = MaxExitCount; in optimizeLoopExits()
1743 CurrMaxExit = SE->getUMinFromMismatchedTypes(CurrMaxExit, MaxExitCount); in optimizeLoopExits()
1752 const SCEV *MaxExitCount = SE->getExitCount( in optimizeLoopExits() local
1784 UpdateSkipLastIter(MaxExitCount); in optimizeLoopExits()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp8122 const auto *MaxExitCount = in getSmallConstantMaxTripCount() local
8124 return getConstantTripCount(MaxExitCount); in getSmallConstantMaxTripCount()