#include <node-matchers.h>
Definition at line 804 of file node-matchers.h.
◆ DiamondMatcher()
v8::internal::compiler::DiamondMatcher::DiamondMatcher |
( |
Node * | merge | ) |
|
|
explicit |
◆ Branch()
Node * v8::internal::compiler::DiamondMatcher::Branch |
( |
| ) |
const |
|
inline |
◆ FalseInputOf()
Node * v8::internal::compiler::DiamondMatcher::FalseInputOf |
( |
Node * | phi | ) |
const |
|
inline |
◆ IfFalse()
Node * v8::internal::compiler::DiamondMatcher::IfFalse |
( |
| ) |
const |
|
inline |
◆ IfProjectionsAreOwned()
bool v8::internal::compiler::DiamondMatcher::IfProjectionsAreOwned |
( |
| ) |
const |
|
inline |
◆ IfTrue()
Node * v8::internal::compiler::DiamondMatcher::IfTrue |
( |
| ) |
const |
|
inline |
◆ Matched()
bool v8::internal::compiler::DiamondMatcher::Matched |
( |
| ) |
const |
|
inline |
◆ Merge()
Node * v8::internal::compiler::DiamondMatcher::Merge |
( |
| ) |
const |
|
inline |
◆ TrueInputOf()
Node * v8::internal::compiler::DiamondMatcher::TrueInputOf |
( |
Node * | phi | ) |
const |
|
inline |
◆ branch_
Node* v8::internal::compiler::DiamondMatcher::branch_ |
|
private |
◆ if_false_
Node* v8::internal::compiler::DiamondMatcher::if_false_ |
|
private |
◆ if_true_
Node* v8::internal::compiler::DiamondMatcher::if_true_ |
|
private |
The documentation for this struct was generated from the following files: