V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::Diamond Struct Reference

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)
 
NodePhi (MachineRepresentation rep, Node *tv, Node *fv)
 
NodeEffectPhi (Node *tv, Node *fv)
 

Public Attributes

Graphgraph
 
CommonOperatorBuildercommon
 
Nodebranch
 
Nodeif_true
 
Nodeif_false
 
Nodemerge
 

Detailed Description

Definition at line 17 of file diamond.h.


The documentation for this struct was generated from the following file: