Home
last modified time | relevance | path

Searched refs:SkipLastIter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1364 const SCEV *MaxIter, bool Inverted, bool SkipLastIter, in optimizeLoopExitWithUnknownExitCount() argument
1408 if (SkipLastIter) { in optimizeLoopExitWithUnknownExitCount()
1627 bool SkipLastIter = false; in optimizeLoopExits() local
1635 auto OptimizeCond = [&](bool Inverted, bool SkipLastIter) { in optimizeLoopExits() argument
1637 L, BI, ExitingBB, MaxExitCount, Inverted, SkipLastIter, SE, in optimizeLoopExits()
1659 else if (SkipLastIter) in optimizeLoopExits()
1668 SkipLastIter = true; in optimizeLoopExits()