Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp253 void ConsiderForPruning(SDNode *N) { in ConsiderForPruning() function in __anon54f00e400111::DAGCombiner
269 ConsiderForPruning(N); in AddToWorklist()
824 void NodeInserted(SDNode *N) override { DC.ConsiderForPruning(N); } in NodeInserted()