Lines Matching refs:SkipLastIter
1254 const SCEV *MaxIter, bool Inverted, bool SkipLastIter, in createReplacement() argument
1283 if (SkipLastIter) { in createReplacement()
1312 bool SkipLastIter, ScalarEvolution *SE, SCEVExpander &Rewriter, in optimizeLoopExitWithUnknownExitCount() argument
1360 if (!SkipLastIter && LeafConditions.size() > 1 && in optimizeLoopExitWithUnknownExitCount()
1386 bool OptimisticSkipLastIter = SkipLastIter; in optimizeLoopExitWithUnknownExitCount()
1612 bool SkipLastIter = false; in optimizeLoopExits() local
1615 if (SkipLastIter || isa<SCEVCouldNotCompute>(MaxExitCount)) in optimizeLoopExits()
1624 SkipLastIter = true; in optimizeLoopExits()
1635 auto OptimizeCond = [&](bool SkipLastIter) { in optimizeLoopExits() argument
1637 MaxBECount, SkipLastIter, in optimizeLoopExits()
1659 else if (SkipLastIter && OptimizeCond(true)) in optimizeLoopExits()