Searched refs:ReproducerCondStack (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 1402 ArrayRef<ReproducerEntry> ReproducerCondStack, DominatorTree &DT, in checkAndReplaceCondition() argument 1405 generateReproducer(Cmp, ReproducerModule, ReproducerCondStack, Info, DT); in checkAndReplaceCondition() 1481 SmallVectorImpl<ReproducerEntry> &ReproducerCondStack, in removeEntryFromStack() argument 1491 ReproducerCondStack.pop_back(); in removeEntryFromStack() 1498 SmallVectorImpl<ReproducerEntry> &ReproducerCondStack, in checkOrAndOpImpliedByOther() argument 1548 removeEntryFromStack(E, Info, ReproducerModule, ReproducerCondStack, in checkOrAndOpImpliedByOther() 1735 SmallVector<ReproducerEntry> ReproducerCondStack; in eliminateConstraints() local 1753 removeEntryFromStack(E, Info, ReproducerModule.get(), ReproducerCondStack, in eliminateConstraints() 1770 ReproducerModule.get(), ReproducerCondStack, S.DT, ToRemove); in eliminateConstraints() 1775 ReproducerCondStack, DFSInStack); in eliminateConstraints() [all …]
|