Next: <code>GIMPLE_OMP_SINGLE</code>, Previous: <code>GIMPLE_OMP_SECTION</code>, Up: Tuple specific accessors
GIMPLE_OMP_SECTIONS
Build a
GIMPLE_OMP_SECTIONS
statement.BODY
is a sequence of section statements.CLAUSES
are any of theOMP
sections construct's clauses: private, firstprivate, lastprivate, reduction, and nowait.
Build a
GIMPLE_OMP_SECTIONS_SWITCH
statement.
Return the control variable associated with the
GIMPLE_OMP_SECTIONS
inG
.
Return a pointer to the clauses associated with the
GIMPLE_OMP_SECTIONS
inG
.
Set
CONTROL
to be the set of clauses associated with theGIMPLE_OMP_SECTIONS
inG
.
Return the clauses associated with
OMP_SECTIONS
G
.