Searched refs:RemoveDeadNodes (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp583 CurDAG->RemoveDeadNodes();
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h385 /// RemoveDeadNodes - This method deletes all unreachable nodes in the
387 void RemoveDeadNodes();
941 /// RemoveDeadNodes - This method deletes the unreachable nodes in the
943 void RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp126 DAG.RemoveDeadNodes();
H A DLegalizeTypes.cpp397 DAG.RemoveDeadNodes();
H A DSelectionDAG.cpp547 /// RemoveDeadNodes - This method deletes all unreachable nodes in the
549 void SelectionDAG::RemoveDeadNodes() { function in class:SelectionDAG
561 RemoveDeadNodes(DeadNodes);
567 /// RemoveDeadNodes - This method deletes the unreachable nodes in the
569 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes) { function in class:SelectionDAG
606 RemoveDeadNodes(DeadNodes);
5395 RemoveDeadNodes(DeadNodes);
H A DSelectionDAGISel.cpp1899 CurDAG->RemoveDeadNodes(NowDeadNodes);
H A DLegalizeDAG.cpp246 DAG.RemoveDeadNodes();
H A DDAGCombiner.cpp1118 DAG.RemoveDeadNodes();

Completed in 167 milliseconds