Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp263 void ConsiderForPruning(SDNode *N) { in ConsiderForPruning() function in __anon666e37100111::DAGCombiner
284 ConsiderForPruning(N); in AddToWorklist()
896 void NodeInserted(SDNode *N) override { DC.ConsiderForPruning(N); } in NodeInserted()