/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_optimizer.cc | 57 if (opts_.do_function_inlining() && RemoveDeadNodes(g)) { in Optimize() 78 RemoveDeadNodes(g); in Optimize()
|
D | function_utils.h | 74 bool RemoveDeadNodes(Graph* g);
|
D | function_utils.cc | 87 bool RemoveDeadNodes(Graph* g) { in RemoveDeadNodes() function
|
D | function_test.cc | 2086 TEST(OptimizationTest, RemoveDeadNodes) { in TEST() argument 2128 TF_EXPECT_GRAPH_EQ(expected, Optimize(::tensorflow::RemoveDeadNodes, func)); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 936 DAG.RemoveDeadNodes(); in selectVectorConstants() 1037 DAG.RemoveDeadNodes(); in materialize() 1382 DAG.RemoveDeadNodes(); in scalarizeShuffle() 1440 DAG.RemoveDeadNodes(); in scalarizeShuffle() 1488 DAG.RemoveDeadNodes(); in scalarizeShuffle()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 1017 DAG.RemoveDeadNodes(); in materialize() 1362 DAG.RemoveDeadNodes(); in select() 1491 DAG.RemoveDeadNodes(); in scalarizeShuffle()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 454 void RemoveDeadNodes(); 1119 void RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 425 DAG.RemoveDeadNodes(); in run()
|
D | LegalizeVectorOps.cpp | 217 DAG.RemoveDeadNodes(); in Run()
|
D | SelectionDAG.cpp | 692 void SelectionDAG::RemoveDeadNodes() { in RemoveDeadNodes() function in SelectionDAG 704 RemoveDeadNodes(DeadNodes); in RemoveDeadNodes() 712 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes) { in RemoveDeadNodes() function in SelectionDAG 754 RemoveDeadNodes(DeadNodes); in RemoveDeadNode() 7911 RemoveDeadNodes(DeadNodes); in MorphNodeTo()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 445 DAG.RemoveDeadNodes(); in run()
|
D | LegalizeVectorOps.cpp | 215 DAG.RemoveDeadNodes(); in Run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 564 void RemoveDeadNodes(); 1353 void RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 602 void RemoveDeadNodes(); 1558 void RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 409 DAG.RemoveDeadNodes(); in run()
|
D | LegalizeVectorOps.cpp | 174 DAG.RemoveDeadNodes(); in Run()
|
D | SelectionDAG.cpp | 568 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/ |
D | PPCISelDAGToDAG.cpp | 3445 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG() 3943 CurDAG->RemoveDeadNodes(); in PeepholeCROps() 4253 CurDAG->RemoveDeadNodes(); in PeepholePPC64ZExt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 518 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG() 2738 CurDAG->RemoveDeadNodes(); in PostprocessISelDAG()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 523 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG() 3005 CurDAG->RemoveDeadNodes(); in PostprocessISelDAG()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 1568 CurDAG->RemoveDeadNodes(); in PostprocessISelDAG()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1922 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1967 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 5614 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG() 6112 CurDAG->RemoveDeadNodes(); in PeepholeCROps() 6427 CurDAG->RemoveDeadNodes(); in PeepholePPC64ZExt()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 5765 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG() 6257 CurDAG->RemoveDeadNodes(); in PeepholeCROps() 6572 CurDAG->RemoveDeadNodes(); in PeepholePPC64ZExt()
|