Next: <code>GIMPLE_OMP_SINGLE</code>, Previous: <code>GIMPLE_OMP_SECTION</code>, Up: Tuple specific accessors
GIMPLE_OMP_SECTIONSBuild a
GIMPLE_OMP_SECTIONSstatement.BODYis a sequence of section statements.CLAUSESare any of theOMPsections construct's clauses: private, firstprivate, lastprivate, reduction, and nowait.
Build a
GIMPLE_OMP_SECTIONS_SWITCHstatement.
Return the control variable associated with the
GIMPLE_OMP_SECTIONSinG.
Return a pointer to the clauses associated with the
GIMPLE_OMP_SECTIONSinG.
Set
CONTROLto be the set of clauses associated with theGIMPLE_OMP_SECTIONSinG.
Return the clauses associated with
OMP_SECTIONSG.