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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp608 /// RemoveDeadNodes - This method deletes all unreachable nodes in the
610 void SelectionDAG::RemoveDeadNodes() { function in class:SelectionDAG
622 RemoveDeadNodes(DeadNodes);
628 /// RemoveDeadNodes - This method deletes the unreachable nodes in the
630 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes) { function in class:SelectionDAG
667 RemoveDeadNodes(DeadNodes);
5537 RemoveDeadNodes(DeadNodes);

Completed in 268 milliseconds