| GNU Compiler Collection (GCC) Internals: GIMPLE_OMP_CONTINUE |
|---|
Next:
GIMPLE_OMP_CRITICAL
, Previous:
GIMPLE_OMP_ATOMIC_STORE
, Up: Tuple specific accessors [Contents][Index]
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 in S.
Same as above, but return the pointer.
Set the control variable definition for a GIMPLE_OMP_CONTINUE
statement in S.
Return the use of the control variable on a GIMPLE_OMP_CONTINUE
in S.
Same as above, but return the pointer.
Set the control variable use for a GIMPLE_OMP_CONTINUE statement
in S.