Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp256 void ConsiderForPruning(SDNode *N) { in ConsiderForPruning() function in __anonc943a8c40111::DAGCombiner
272 ConsiderForPruning(N); in AddToWorklist()
823 void NodeInserted(SDNode *N) override { DC.ConsiderForPruning(N); } in NodeInserted()