Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp265 void ConsiderForPruning(SDNode *N) { in ConsiderForPruning() function in __anonffc06dc60111::DAGCombiner
282 ConsiderForPruning(N); in AddToWorklist()
892 void NodeInserted(SDNode *N) override { DC.ConsiderForPruning(N); } in NodeInserted()