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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 101 DAG.RemoveDeadNodes();
LegalizeTypes.cpp 401 DAG.RemoveDeadNodes();
    [all...]
SelectionDAG.cpp 513 /// RemoveDeadNodes - This method deletes all unreachable nodes in the
515 void SelectionDAG::RemoveDeadNodes() {
527 RemoveDeadNodes(DeadNodes);
533 /// RemoveDeadNodes - This method deletes the unreachable nodes in the
535 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes,
567 RemoveDeadNodes(DeadNodes, UpdateListener);
    [all...]
SelectionDAGISel.cpp     [all...]
LegalizeDAG.cpp 220 DAG.RemoveDeadNodes();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 306 /// RemoveDeadNodes - This method deletes all unreachable nodes in the
308 void RemoveDeadNodes();
    [all...]

Completed in 71 milliseconds