Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp184 SmallSetVector<SDNode *, 32> PruningList; member in __anon666e37100111::DAGCombiner
220 while (!PruningList.empty()) { in clearAddedDanglingWorklistEntries()
221 auto *N = PruningList.pop_back_val(); in clearAddedDanglingWorklistEntries()
270 PruningList.insert(N); in ConsiderForPruning()
299 PruningList.remove(N); in removeFromWorklist()