Next: <code>GIMPLE_RESX</code>, Previous: <code>GIMPLE_OMP_SINGLE</code>, Up: Tuple specific accessors
GIMPLE_PHI
Build a
PHI
node with len argument slots for variable var.
Return the maximum number of arguments supported by
GIMPLE_PHI
G
.
Return the number of arguments in
GIMPLE_PHI
G
. This must always be exactly the number of incoming edges for the basic block holdingG
.
Return a pointer to the
SSA
name created byGIMPLE_PHI
G
.
Set
RESULT
to be theSSA
name created byGIMPLE_PHI
G
.