Searched refs:MaxExitCount (Results 1 – 2 of 2) sorted by relevance
1604 auto UpdateSkipLastIter = [&](const SCEV *MaxExitCount) { in optimizeLoopExits() argument1605 if (SkipLastIter || isa<SCEVCouldNotCompute>(MaxExitCount)) in optimizeLoopExits()1608 CurrMaxExit = MaxExitCount; in optimizeLoopExits()1610 CurrMaxExit = SE->getUMinFromMismatchedTypes(CurrMaxExit, MaxExitCount); in optimizeLoopExits()1619 const SCEV *MaxExitCount = SE->getExitCount( in optimizeLoopExits() local1651 UpdateSkipLastIter(MaxExitCount); in optimizeLoopExits()
8234 const auto *MaxExitCount = in getSmallConstantMaxTripCount() local8237 return getConstantTripCount(dyn_cast<SCEVConstant>(MaxExitCount)); in getSmallConstantMaxTripCount()