#include <branch-elimination.h>
Definition at line 23 of file branch-elimination.h.
◆ BranchCondition() [1/2]
v8::internal::compiler::BranchCondition::BranchCondition |
( |
| ) |
|
|
inline |
◆ BranchCondition() [2/2]
v8::internal::compiler::BranchCondition::BranchCondition |
( |
Node * | condition, |
|
|
Node * | branch, |
|
|
bool | is_true ) |
|
inline |
◆ IsSet()
bool v8::internal::compiler::BranchCondition::IsSet |
( |
| ) |
|
|
inline |
◆ operator!=()
bool v8::internal::compiler::BranchCondition::operator!= |
( |
const BranchCondition & | other | ) |
const |
|
inline |
◆ operator==()
bool v8::internal::compiler::BranchCondition::operator== |
( |
const BranchCondition & | other | ) |
const |
|
inline |
◆ branch
Node* v8::internal::compiler::BranchCondition::branch |
◆ is_true
bool v8::internal::compiler::BranchCondition::is_true |
◆ node
Node* v8::internal::compiler::BranchCondition::node |
The documentation for this struct was generated from the following file: