MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / end

Method end

source/opt/tree_iterator.h:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 static inline PostOrderTreeDFIterator end(NodePtr sentinel_node) {
155 return PostOrderTreeDFIterator(sentinel_node, false);
156 }
157
158 bool operator==(const PostOrderTreeDFIterator& x) const {
159 return current_ == x.current_;

Callers 4

TreeDFIteratorMethod · 0.45
MoveToNextNodeMethod · 0.45
MoveToNextNodeMethod · 0.45
WalkToLeafMethod · 0.45

Calls 1

Tested by

no test coverage detected