Next: <code>GIMPLE_OMP_CRITICAL</code>, Previous: <code>GIMPLE_OMP_ATOMIC_STORE</code>, Up: Tuple specific accessors
GIMPLE_OMP_CONTINUEBuild a
GIMPLE_OMP_CONTINUEstatement.CONTROL_DEFis the definition of the control variable.CONTROL_USEis the use of the control variable.
Return the definition of the control variable on a
GIMPLE_OMP_CONTINUEinS.
Same as above, but return the pointer.
Set the control variable definition for a
GIMPLE_OMP_CONTINUEstatement inS.
Return the use of the control variable on a
GIMPLE_OMP_CONTINUEinS.