Home
last modified time | relevance | path

Searched defs:NodeMatcher (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h16 struct NodeMatcher { struct
17 explicit NodeMatcher(Node* node) : node_(node) {} in NodeMatcher() argument
40 struct ValueMatcher : public NodeMatcher { argument
Dgraph-unittest.cc118 class NodeMatcher : public MatcherInterface<Node*> { class
120 explicit NodeMatcher(IrOpcode::Value opcode) : opcode_(opcode) {} in NodeMatcher() function in v8::internal::compiler::__anon509b27a20111::NodeMatcher