Lines Matching refs:ReproducerModule
1363 Instruction *ContextInst, Module *ReproducerModule, in checkAndReplaceCondition() argument
1367 generateReproducer(Cmp, ReproducerModule, ReproducerCondStack, Info, DT); in checkAndReplaceCondition()
1400 Module *ReproducerModule, in removeEntryFromStack() argument
1410 if (ReproducerModule) in removeEntryFromStack()
1417 FactOrCheck &CB, ConstraintInfo &Info, Module *ReproducerModule, in checkOrAndOpImpliedByOther() argument
1468 removeEntryFromStack(E, Info, ReproducerModule, ReproducerCondStack, in checkOrAndOpImpliedByOther()
1607 std::unique_ptr<Module> ReproducerModule( in eliminateConstraints() local
1673 removeEntryFromStack(E, Info, ReproducerModule.get(), ReproducerCondStack, in eliminateConstraints()
1690 ReproducerModule.get(), ReproducerCondStack, S.DT, ToRemove); in eliminateConstraints()
1694 checkOrAndOpImpliedByOther(CB, Info, ReproducerModule.get(), in eliminateConstraints()
1713 if (ReproducerModule && DFSInStack.size() > ReproducerCondStack.size()) in eliminateConstraints()
1717 if (ReproducerModule && DFSInStack.size() > ReproducerCondStack.size()) { in eliminateConstraints()
1772 if (ReproducerModule && !ReproducerModule->functions().empty()) { in eliminateConstraints()
1775 ReproducerModule->print(StringS, nullptr); in eliminateConstraints()