Home
last modified time | relevance | path

Searched defs:top_node (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator()
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin()
182 explicit inline PostOrderTreeDFIterator(NodePtr top_node) in PostOrderTreeDFIterator()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator()
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin()
182 explicit inline PostOrderTreeDFIterator(NodePtr top_node) in PostOrderTreeDFIterator()
/third_party/spirv-tools/source/opt/
Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator()
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin()
182 explicit inline PostOrderTreeDFIterator(NodePtr top_node) in PostOrderTreeDFIterator()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/opt/post/
Drepeat_pass.cc228 std::shared_ptr<DatasetNode> top_node = nullptr; in PopFromCachedNodeStack() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dprocess_send_recv_for_ge.cc223 auto top_node = node_queue.front(); in FindFollowing() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/context/
Danalysis.rs1076 let top_node = match path_ctx.kind { in classify_name_ref() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dgraph_partition.cc706 auto top_node = node_queue.front(); in ProcessCloseFollowing() local