Next: GIMPLE_OMP_SINGLE
, Previous: GIMPLE_OMP_SECTION
, Up: Tuple specific accessors [Contents][Index]
GIMPLE_OMP_SECTIONS
Build a GIMPLE_OMP_SECTIONS
statement. BODY
is a sequence of
section statements. CLAUSES
are any of the OMP
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
in G
.
Return a pointer to the clauses associated with the
GIMPLE_OMP_SECTIONS
in G
.
Set CONTROL
to be the set of clauses associated with the
GIMPLE_OMP_SECTIONS
in G
.
Return the clauses associated with OMP_SECTIONS
G
.
Return a pointer to the clauses associated with OMP_SECTIONS
G
.
Set CLAUSES
to be the set of clauses associated with OMP_SECTIONS
G
.