Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1266 const SCEV *MaxIter, bool Inverted, bool SkipLastIter, in createReplacement() argument
1295 if (SkipLastIter) { in createReplacement()
1324 bool SkipLastIter, ScalarEvolution *SE, SCEVExpander &Rewriter, in optimizeLoopExitWithUnknownExitCount() argument
1372 if (!SkipLastIter && LeafConditions.size() > 1 && in optimizeLoopExitWithUnknownExitCount()
1398 bool OptimisticSkipLastIter = SkipLastIter; in optimizeLoopExitWithUnknownExitCount()
1624 bool SkipLastIter = false; in optimizeLoopExits() local
1627 if (SkipLastIter || isa<SCEVCouldNotCompute>(MaxExitCount)) in optimizeLoopExits()
1636 SkipLastIter = true; in optimizeLoopExits()
1647 auto OptimizeCond = [&](bool SkipLastIter) { in optimizeLoopExits() argument
1649 MaxBECount, SkipLastIter, in optimizeLoopExits()
[all …]