Home
last modified time | relevance | path

Searched refs:PruningList (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp182 SmallSetVector<SDNode *, 32> PruningList; member in __anonffc06dc60111::DAGCombiner
219 while (!PruningList.empty()) { in clearAddedDanglingWorklistEntries()
220 auto *N = PruningList.pop_back_val(); in clearAddedDanglingWorklistEntries()
267 PruningList.insert(N); in ConsiderForPruning()
291 PruningList.remove(N); in removeFromWorklist()