Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1444 SmallVector<ICmpInst *, 4> LeafConditions; in optimizeLoopExitWithUnknownExitCount() local
1474 LeafConditions.push_back(ICmp); in optimizeLoopExitWithUnknownExitCount()
1482 if (!SkipLastIter && LeafConditions.size() > 1 && in optimizeLoopExitWithUnknownExitCount()
1486 for (auto *ICmp : LeafConditions) { in optimizeLoopExitWithUnknownExitCount()
1503 for (auto *OldCond : LeafConditions) { in optimizeLoopExitWithUnknownExitCount()