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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 346 /// RemoveDeadNodes - This method deletes all unreachable nodes in the
348 void RemoveDeadNodes();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 105 DAG.RemoveDeadNodes();
LegalizeTypes.cpp 397 DAG.RemoveDeadNodes();
    [all...]
SelectionDAG.cpp 563 /// RemoveDeadNodes - This method deletes all unreachable nodes in the
565 void SelectionDAG::RemoveDeadNodes() {
577 RemoveDeadNodes(DeadNodes);
583 /// RemoveDeadNodes - This method deletes the unreachable nodes in the
585 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes) {
622 RemoveDeadNodes(DeadNodes);
    [all...]
SelectionDAGISel.cpp     [all...]
LegalizeDAG.cpp 239 DAG.RemoveDeadNodes();
    [all...]
DAGCombiner.cpp     [all...]

Completed in 74 milliseconds