Next: GIMPLE_PHI, Previous: GIMPLE_OMP_SECTIONS, Up: Tuple specific accessors [Contents][Index]
GIMPLE_OMP_SINGLEBuild a GIMPLE_OMP_SINGLE statement. BODY is the sequence of
statements that will be executed once. CLAUSES are any of the
OMP single construct’s clauses: private, firstprivate,
copyprivate, nowait.
Return the clauses associated with OMP_SINGLE G.
Return a pointer to the clauses associated with OMP_SINGLE G.
Set CLAUSES to be the clauses associated with OMP_SINGLE G.