Searched refs:MaxExitCount (Results 1 – 2 of 2) sorted by relevance
1626 auto UpdateSkipLastIter = [&](const SCEV *MaxExitCount) { in optimizeLoopExits() argument1627 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() local1673 UpdateSkipLastIter(MaxExitCount); in optimizeLoopExits()
8213 const auto *MaxExitCount = in getSmallConstantMaxTripCount() local8215 return getConstantTripCount(MaxExitCount); in getSmallConstantMaxTripCount()