Lines Matching refs:ReproducerCondStack
1364 ArrayRef<ReproducerEntry> ReproducerCondStack, DominatorTree &DT, in checkAndReplaceCondition() argument
1367 generateReproducer(Cmp, ReproducerModule, ReproducerCondStack, Info, DT); in checkAndReplaceCondition()
1401 SmallVectorImpl<ReproducerEntry> &ReproducerCondStack, in removeEntryFromStack() argument
1411 ReproducerCondStack.pop_back(); in removeEntryFromStack()
1418 SmallVectorImpl<ReproducerEntry> &ReproducerCondStack, in checkOrAndOpImpliedByOther() argument
1468 removeEntryFromStack(E, Info, ReproducerModule, ReproducerCondStack, in checkOrAndOpImpliedByOther()
1655 SmallVector<ReproducerEntry> ReproducerCondStack; in eliminateConstraints() local
1673 removeEntryFromStack(E, Info, ReproducerModule.get(), ReproducerCondStack, in eliminateConstraints()
1690 ReproducerModule.get(), ReproducerCondStack, S.DT, ToRemove); in eliminateConstraints()
1695 ReproducerCondStack, DFSInStack); in eliminateConstraints()
1713 if (ReproducerModule && DFSInStack.size() > ReproducerCondStack.size()) in eliminateConstraints()
1714 ReproducerCondStack.emplace_back(Pred, A, B); in eliminateConstraints()
1717 if (ReproducerModule && DFSInStack.size() > ReproducerCondStack.size()) { in eliminateConstraints()
1721 E = (DFSInStack.size() - ReproducerCondStack.size()); in eliminateConstraints()
1723 ReproducerCondStack.emplace_back(ICmpInst::BAD_ICMP_PREDICATE, in eliminateConstraints()