Movatterモバイル変換


[0]ホーム

URL:


Next:, Previous:, Up:Tuple specific accessors   [Contents][Index]


11.8.3GIMPLE_BIND

GIMPLE function:gbind*gimple_build_bind(tree vars, gimple_seq body)

Build aGIMPLE_BIND statement with a list of variables inVARSand a body of statements in sequenceBODY.

GIMPLE function:treegimple_bind_vars(const gbind *g)

Return the variables declared in theGIMPLE_BIND statementG.

GIMPLE function:voidgimple_bind_set_vars(gbind *g, tree vars)

SetVARS to be the set of variables declared in theGIMPLE_BINDstatementG.

GIMPLE function:voidgimple_bind_append_vars(gbind *g, tree vars)

AppendVARS to the set of variables declared in theGIMPLE_BINDstatementG.

GIMPLE function:gimple_seqgimple_bind_body(gbind *g)

Return the GIMPLE sequence contained in theGIMPLE_BIND statementG.

GIMPLE function:voidgimple_bind_set_body(gbind *g, gimple_seq seq)

SetSEQ to be sequence contained in theGIMPLE_BIND statementG.

GIMPLE function:voidgimple_bind_add_stmt(gbind *gs, gimple stmt)

Append a statement to the end of aGIMPLE_BIND’s body.

GIMPLE function:voidgimple_bind_add_seq(gbind *gs, gimple_seq seq)

Append a sequence of statements to the end of aGIMPLE_BIND’sbody.

GIMPLE function:treegimple_bind_block(const gbind *g)

Return theTREE_BLOCK node associated withGIMPLE_BIND statementG. This is analogous to theBIND_EXPR_BLOCK field in trees.

GIMPLE function:voidgimple_bind_set_block(gbind *g, tree block)

SetBLOCK to be theTREE_BLOCK node associated withGIMPLE_BINDstatementG.


Next:GIMPLE_CALL, Previous:GIMPLE_ASSIGN, Up:Tuple specific accessors   [Contents][Index]


[8]ページ先頭

©2009-2026 Movatter.jp