Searched refs:MaxExitCount (Results 1 – 2 of 2) sorted by relevance
1614 auto UpdateSkipLastIter = [&](const SCEV *MaxExitCount) { in optimizeLoopExits() argument1615 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() local1661 UpdateSkipLastIter(MaxExitCount); in optimizeLoopExits()
8199 const auto *MaxExitCount = in getSmallConstantMaxTripCount() local8201 return getConstantTripCount(MaxExitCount); in getSmallConstantMaxTripCount()