Movatterモバイル変換


[0]ホーム

URL:


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


11.8.14GIMPLE_OMP_CONTINUE

GIMPLE function:gomp_continue*gimple_build_omp_continue( tree control_def, tree control_use)

Build aGIMPLE_OMP_CONTINUE statement.CONTROL_DEF is thedefinition of the control variable.CONTROL_USE is the use ofthe control variable.

GIMPLE function:treegimple_omp_continue_control_def( const gomp_continue *s)

Return the definition of the control variable on aGIMPLE_OMP_CONTINUE inS.

GIMPLE function:treegimple_omp_continue_control_def_ptr( gomp_continue *s)

Same as above, but return the pointer.

GIMPLE function:treegimple_omp_continue_set_control_def( gomp_continue *s)

Set the control variable definition for aGIMPLE_OMP_CONTINUEstatement inS.

GIMPLE function:treegimple_omp_continue_control_use( const gomp_continue *s)

Return the use of the control variable on aGIMPLE_OMP_CONTINUEinS.

GIMPLE function:treegimple_omp_continue_control_use_ptr( gomp_continue *s)

Same as above, but return the pointer.

GIMPLE function:treegimple_omp_continue_set_control_use( gomp_continue *s)

Set the control variable use for aGIMPLE_OMP_CONTINUE statementinS.


[8]ページ先頭

©2009-2026 Movatter.jp