GIMPLE_BIND
Build a
GIMPLE_BIND
statement with a list of variables inVARS
and a body of statements in sequenceBODY
.
Return the variables declared in the
GIMPLE_BIND
statementG
.
Set
VARS
to be the set of variables declared in theGIMPLE_BIND
statementG
.
Append
VARS
to the set of variables declared in theGIMPLE_BIND
statementG
.
Return the GIMPLE sequence contained in the
GIMPLE_BIND
statementG
.
Set
SEQ
to be sequence contained in theGIMPLE_BIND
statementG
.
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.