Searched refs:ReproducerCondStack (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 1461 ArrayRef<ReproducerEntry> ReproducerCondStack, DominatorTree &DT, in checkAndReplaceCondition() argument 1464 generateReproducer(Cmp, ReproducerModule, ReproducerCondStack, Info, DT); in checkAndReplaceCondition() 1573 SmallVectorImpl<ReproducerEntry> &ReproducerCondStack, in removeEntryFromStack() argument 1583 ReproducerCondStack.pop_back(); in removeEntryFromStack() 1590 SmallVectorImpl<ReproducerEntry> &ReproducerCondStack, in checkOrAndOpImpliedByOther() argument 1611 removeEntryFromStack(E, Info, ReproducerModule, ReproducerCondStack, in checkOrAndOpImpliedByOther() 1843 SmallVector<ReproducerEntry> ReproducerCondStack; 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 …]
|