GNU Compiler Collection (GCC) Internals: GIMPLE_PHI |
---|
Next:
GIMPLE_RESX
, Previous:
GIMPLE_OMP_SINGLE
, Up: Tuple specific accessors [Contents][Index]
GIMPLE_PHI
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
holding G
.
Return a pointer to the SSA
name created by GIMPLE_PHI
G
.
Set RESULT
to be the SSA
name created by GIMPLE_PHI
G
.
Return the PHI
argument corresponding to incoming edge INDEX
for
GIMPLE_PHI
G
.
Set PHIARG
to be the argument corresponding to incoming edge
INDEX
for GIMPLE_PHI
G
.