Next: GIMPLE_NOP
, Previous: GIMPLE_EH_FILTER
, Up: Tuple specific accessors [Contents][Index]
GIMPLE_LABEL
Build a GIMPLE_LABEL
statement with corresponding to the tree
label, LABEL
.
Return the LABEL_DECL
node used by GIMPLE_LABEL
statement G
.
Set LABEL
to be the LABEL_DECL
node used by GIMPLE_LABEL
statement G
.
Build a GIMPLE_GOTO
statement to label DEST
.
Return the destination of the unconditional jump G
.
Set DEST
to be the destination of the unconditional jump G
.