Home
last modified time | relevance | path

Searched defs:RemoveDeadNode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7120 auto RemoveDeadNode = [&](SDValue N) { in getNegatedExpression() local
H A DSelectionDAG.cpp1039 void SelectionDAG::RemoveDeadNode(SDNode *N){ in RemoveDeadNode() function in SelectionDAG