Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp258 void ConsiderForPruning(SDNode *N) { in ConsiderForPruning() function in __anon001c44270111::DAGCombiner
274 ConsiderForPruning(N); in AddToWorklist()
841 void NodeInserted(SDNode *N) override { DC.ConsiderForPruning(N); } in NodeInserted()