Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1334 SmallVector<ICmpInst *, 4> LeafConditions; in optimizeLoopExitWithUnknownExitCount() local
1364 LeafConditions.push_back(ICmp); in optimizeLoopExitWithUnknownExitCount()
1372 if (!SkipLastIter && LeafConditions.size() > 1 && in optimizeLoopExitWithUnknownExitCount()
1376 for (auto *ICmp : LeafConditions) { in optimizeLoopExitWithUnknownExitCount()
1393 for (auto *OldCond : LeafConditions) { in optimizeLoopExitWithUnknownExitCount()