Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp170 SmallSetVector<SDNode *, 32> PruningList; member in __anon54f00e400111::DAGCombiner
207 while (!PruningList.empty()) { in clearAddedDanglingWorklistEntries()
208 auto *N = PruningList.pop_back_val(); in clearAddedDanglingWorklistEntries()
255 PruningList.insert(N); in ConsiderForPruning()
278 PruningList.remove(N); in removeFromWorklist()