Searched refs:ReproducerModule (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 1460 Instruction *ContextInst, Module *ReproducerModule, in checkAndReplaceCondition() argument 1464 generateReproducer(Cmp, ReproducerModule, ReproducerCondStack, Info, DT); in checkAndReplaceCondition() 1572 Module *ReproducerModule, in removeEntryFromStack() argument 1582 if (ReproducerModule) in removeEntryFromStack() 1589 FactOrCheck &CB, ConstraintInfo &Info, Module *ReproducerModule, in checkOrAndOpImpliedByOther() argument 1611 removeEntryFromStack(E, Info, ReproducerModule, ReproducerCondStack, in checkOrAndOpImpliedByOther() 1795 std::unique_ptr<Module> ReproducerModule( in eliminateConstraints() local 1861 removeEntryFromStack(E, Info, ReproducerModule.get(), ReproducerCondStack, in eliminateConstraints() 1878 ReproducerModule.get(), ReproducerCondStack, S.DT, ToRemove); in eliminateConstraints() 1882 CB, Info, ReproducerModule.get(), ReproducerCondStack, DFSInStack, in eliminateConstraints() [all …]
|