Home
last modified time | relevance | path

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

/external/deqp-deps/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()
/external/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()
/external/v8/src/profiler/
Dallocation-tracker.cc233 AllocationTraceNode* top_node = trace_tree_.AddPathFromEnd( in AllocationEvent() local