Home
last modified time | relevance | path

Searched refs:RemoveDeadNodes (Results 1 – 25 of 32) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_optimizer.cc53 if (opts_.do_function_inlining() && RemoveDeadNodes(g)) { in Optimize()
74 RemoveDeadNodes(g); in Optimize()
Dfunction.h113 bool RemoveDeadNodes(Graph* g);
Dfunction_test.cc1633 TEST(OptimizationTest, RemoveDeadNodes) { in TEST() argument
1675 TF_EXPECT_GRAPH_EQ(expected, Optimize(::tensorflow::RemoveDeadNodes, func)); in TEST()
Dfunction.cc1240 bool RemoveDeadNodes(Graph* g) { in RemoveDeadNodes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp253 CurDAG->RemoveDeadNodes(); in doPeepholeBuildPairF64SplitF64()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp99 DAG.RemoveDeadNodes(); in Run()
DLegalizeTypes.cpp401 DAG.RemoveDeadNodes(); in run()
DSelectionDAG.cpp515 void SelectionDAG::RemoveDeadNodes() { in RemoveDeadNodes() function in SelectionDAG
527 RemoveDeadNodes(DeadNodes); in RemoveDeadNodes()
535 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes, in RemoveDeadNodes() function in SelectionDAG
567 RemoveDeadNodes(DeadNodes, UpdateListener); in RemoveDeadNode()
4988 RemoveDeadNodes(DeadNodes); in MorphNodeTo()
DSelectionDAGISel.cpp1588 CurDAG->RemoveDeadNodes(NowDeadNodes, &ISU); in UpdateChainsAndGlue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp931 DAG.RemoveDeadNodes(); in selectVectorConstants()
1032 DAG.RemoveDeadNodes(); in materialize()
1387 DAG.RemoveDeadNodes(); in scalarizeShuffle()
1414 DAG.RemoveDeadNodes(); in scalarizeShuffle()
DHexagonISelDAGToDAG.cpp2290 CurDAG->RemoveDeadNodes(); in rebalanceAddressTrees()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h308 void RemoveDeadNodes();
838 void RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes,
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h454 void RemoveDeadNodes();
1119 void RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h534 void RemoveDeadNodes();
1277 void RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp434 DAG.RemoveDeadNodes(); in run()
DLegalizeVectorOps.cpp201 DAG.RemoveDeadNodes(); in Run()
DSelectionDAG.cpp657 void SelectionDAG::RemoveDeadNodes() { in RemoveDeadNodes() function in SelectionDAG
669 RemoveDeadNodes(DeadNodes); in RemoveDeadNodes()
677 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes) { in RemoveDeadNodes() function in SelectionDAG
719 RemoveDeadNodes(DeadNodes); in RemoveDeadNode()
7168 RemoveDeadNodes(DeadNodes); in MorphNodeTo()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp409 DAG.RemoveDeadNodes(); in run()
DLegalizeVectorOps.cpp174 DAG.RemoveDeadNodes(); in Run()
DSelectionDAG.cpp568 void SelectionDAG::RemoveDeadNodes() { in RemoveDeadNodes() function in SelectionDAG
580 RemoveDeadNodes(DeadNodes); in RemoveDeadNodes()
588 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes) { in RemoveDeadNodes() function in SelectionDAG
625 RemoveDeadNodes(DeadNodes); in RemoveDeadNode()
6023 RemoveDeadNodes(DeadNodes); in MorphNodeTo()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3445 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG()
3943 CurDAG->RemoveDeadNodes(); in PeepholeCROps()
4253 CurDAG->RemoveDeadNodes(); in PeepholePPC64ZExt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1848 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp1568 CurDAG->RemoveDeadNodes(); in PostprocessISelDAG()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp5291 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG()
5789 CurDAG->RemoveDeadNodes(); in PeepholeCROps()
6100 CurDAG->RemoveDeadNodes(); in PeepholePPC64ZExt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp2142 CurDAG->RemoveDeadNodes(); in PostprocessISelDAG()

12