Searched refs:LeafConditions (Results 1 – 1 of 1) sorted by relevance
1444 SmallVector<ICmpInst *, 4> LeafConditions; in optimizeLoopExitWithUnknownExitCount() local1474 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()