Next: <code>GIMPLE_OMP_CRITICAL</code>, Previous: <code>GIMPLE_OMP_ATOMIC_STORE</code>, Up: Tuple specific accessors
GIMPLE_OMP_CONTINUE
Build a
GIMPLE_OMP_CONTINUE
statement.CONTROL_DEF
is the definition of the control variable.CONTROL_USE
is the use of the control variable.
Return the definition of the control variable on a
GIMPLE_OMP_CONTINUE
inS
.
Same as above, but return the pointer.
Set the control variable definition for a
GIMPLE_OMP_CONTINUE
statement inS
.
Return the use of the control variable on a
GIMPLE_OMP_CONTINUE
inS
.