Next: <code>GIMPLE_PHI</code>, Previous: <code>GIMPLE_OMP_SECTIONS</code>, Up: Tuple specific accessors
GIMPLE_OMP_SINGLE
Build a
GIMPLE_OMP_SINGLE
statement.BODY
is the sequence of statements that will be executed once.CLAUSES
are any of theOMP
single construct's clauses: private, firstprivate, copyprivate, nowait.
Return the clauses associated with
OMP_SINGLE
G
.