Next: GIMPLE_CALL
, Previous: GIMPLE_ASSIGN
, Up: Tuple specific accessors [Contents][Index]
GIMPLE_BIND
Build a GIMPLE_BIND
statement with a list of variables in VARS
and a body of statements in sequence BODY
.
Return the variables declared in the GIMPLE_BIND
statement G
.
Set VARS
to be the set of variables declared in the GIMPLE_BIND
statement G
.
Append VARS
to the set of variables declared in the GIMPLE_BIND
statement G
.
Return the GIMPLE sequence contained in the GIMPLE_BIND
statement
G
.
Set SEQ
to be sequence contained in the GIMPLE_BIND
statement G
.
Append a statement to the end of a GIMPLE_BIND
’s body.
Append a sequence of statements to the end of a GIMPLE_BIND
’s
body.
Return the TREE_BLOCK
node associated with GIMPLE_BIND
statement
G
. This is analogous to the BIND_EXPR_BLOCK
field in trees.
Set BLOCK
to be the TREE_BLOCK
node associated with GIMPLE_BIND
statement G
.