Next: <code>GIMPLE_NOP</code>, Previous: <code>GIMPLE_EH_FILTER</code>, Up: Tuple specific accessors
GIMPLE_LABEL
Build a
GIMPLE_LABEL
statement with corresponding to the tree label,LABEL
.
Return the
LABEL_DECL
node used byGIMPLE_LABEL
statementG
.
Set
LABEL
to be theLABEL_DECL
node used byGIMPLE_LABEL
statementG
.
Build a
GIMPLE_GOTO
statement to labelDEST
.