Searched refs:NodeViewMatch (Results 1 – 2 of 2) sorted by relevance
147 struct NodeViewMatch { struct149 std::vector<NodeViewMatch> children; argument159 for (const NodeViewMatch& child : children) { in DebugString() argument168 for (NodeViewMatch& child : children) { in Clear() argument196 std::unique_ptr<NodeViewMatch> match_ = nullptr;199 MutableNodeView* node_view, NodeViewMatch* match);
59 NodeViewMatch* match) { in DoesOpTypePatternMatch()154 match->children.push_back(NodeViewMatch()); in DoesOpTypePatternMatch()155 NodeViewMatch* child_match = &(match->children.back()); in DoesOpTypePatternMatch()174 match_.reset(new NodeViewMatch()); in GetMatchedNodes()