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

  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 573 // value from the function body. Unlike `RemoveDeadNodes()`, which is
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
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...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 566 /// RemoveDeadNodes - This method deletes all unreachable nodes in the
568 void SelectionDAG::RemoveDeadNodes() {
580 RemoveDeadNodes(DeadNodes);
586 /// RemoveDeadNodes - This method deletes the unreachable nodes in the
588 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes) {
625 RemoveDeadNodes(DeadNodes);
    [all...]

Completed in 335 milliseconds