Searched refs:MaxExitCount (Results 1 – 2 of 2) sorted by relevance
1737 auto UpdateSkipLastIter = [&](const SCEV *MaxExitCount) { in optimizeLoopExits() argument1738 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() local1784 UpdateSkipLastIter(MaxExitCount); in optimizeLoopExits()
8122 const auto *MaxExitCount = in getSmallConstantMaxTripCount() local8124 return getConstantTripCount(MaxExitCount); in getSmallConstantMaxTripCount()