![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
Diamond (Graph *g, CommonOperatorBuilder *b, Node *cond, BranchHint hint=BranchHint::kNone) | |
void | Chain (Diamond &that) |
void | Chain (Node *that) |
void | Nest (Diamond &that, bool if_true) |
Node * | Phi (MachineRepresentation rep, Node *tv, Node *fv) |
Node * | EffectPhi (Node *tv, Node *fv) |
Public Attributes | |
Graph * | graph |
CommonOperatorBuilder * | common |
Node * | branch |
Node * | if_true |
Node * | if_false |
Node * | merge |