GIMPLE_LABEL#
-
glabel *gimple_build_label(tree label)#
Build a
GIMPLE_LABEL
statement with corresponding to the tree label,LABEL
.
-
tree gimple_label_label(const glabel *g)#
Return the
LABEL_DECL
node used byGIMPLE_LABEL
statementG
.
-
void gimple_label_set_label(glabel *g, tree label)#
Set
LABEL
to be theLABEL_DECL
node used byGIMPLE_LABEL
statementG
.