Searched refs:ReproducerModule (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 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 1690 ReproducerModule.get(), ReproducerCondStack, S.DT, ToRemove); in eliminateConstraints() 1694 checkOrAndOpImpliedByOther(CB, Info, ReproducerModule.get(), in eliminateConstraints() 1772 if (ReproducerModule && !ReproducerModule->functions().empty()) { in eliminateConstraints() [all …]
|