Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1254 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()
[all …]