Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1347 SmallPtrSet<ICmpInst *, 4> ICmpsFailingOnLastIter; in optimizeLoopExitWithUnknownExitCount() local
1365 ICmpsFailingOnLastIter.insert(ICmp); in optimizeLoopExitWithUnknownExitCount()
1376 if (ICmpsFailingOnLastIter.size() > 1) in optimizeLoopExitWithUnknownExitCount()
1378 else if (ICmpsFailingOnLastIter.size() == 1) in optimizeLoopExitWithUnknownExitCount()
1379 OptimisticSkipLastIter = !ICmpsFailingOnLastIter.count(OldCond); in optimizeLoopExitWithUnknownExitCount()
1396 ICmpsFailingOnLastIter.erase(OldCond); in optimizeLoopExitWithUnknownExitCount()