Home
last modified time | relevance | path

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

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