Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp256 void ConsiderForPruning(SDNode *N) { in ConsiderForPruning() function in __anon58e6a55b0111::DAGCombiner
272 ConsiderForPruning(N); in AddToWorklist()
821 void NodeInserted(SDNode *N) override { DC.ConsiderForPruning(N); } in NodeInserted()