Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.cc16 BranchMatcher::BranchMatcher(Node* branch) in BranchMatcher() function in v8::internal::compiler::BranchMatcher
Dnode-matchers.h786 struct V8_EXPORT_PRIVATE BranchMatcher : public NON_EXPORTED_BASE(NodeMatcher) { struct
789 bool Matched() const { return if_true_ && if_false_; } in Matched()
791 Node* Branch() const { return node(); } in Branch()
792 Node* IfTrue() const { return if_true_; } in IfTrue()
793 Node* IfFalse() const { return if_false_; } in IfFalse()
797 Node* if_false_;