HomeSort by relevance Sort by last modified time
    Searched refs:RemoveDeadNodes (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 380 /// RemoveDeadNodes - This method deletes all unreachable nodes in the
382 void RemoveDeadNodes();
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 801 CurDAG->RemoveDeadNodes();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 399 DAG.RemoveDeadNodes();
    [all...]
LegalizeVectorOps.cpp 172 DAG.RemoveDeadNodes();
    [all...]
SelectionDAG.cpp 608 /// RemoveDeadNodes - This method deletes all unreachable nodes in the
610 void SelectionDAG::RemoveDeadNodes() {
622 RemoveDeadNodes(DeadNodes);
628 /// RemoveDeadNodes - This method deletes the unreachable nodes in the
630 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes) {
667 RemoveDeadNodes(DeadNodes);
    [all...]
SelectionDAGISel.cpp     [all...]
LegalizeDAG.cpp 247 DAG.RemoveDeadNodes();
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 62 milliseconds