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.cpp181 SmallSetVector<SDNode *, 32> PruningList; member in __anon666e37100111::DAGCombiner
217 while (!PruningList.empty()) { in clearAddedDanglingWorklistEntries()
218 auto *N = PruningList.pop_back_val(); in clearAddedDanglingWorklistEntries()
265 PruningList.insert(N); in ConsiderForPruning()
294 PruningList.remove(N); in removeFromWorklist()