Next: <code>GIMPLE_OMP_RETURN</code>, Previous: <code>GIMPLE_OMP_ORDERED</code>, Up: Tuple specific accessors
GIMPLE_OMP_PARALLEL
Build a
GIMPLE_OMP_PARALLEL
statement.
BODY
is sequence of statements which are executed in parallel.
CLAUSES
, are the OMP
parallel construct's clauses. CHILD_FN
is
the function created for the parallel threads to execute.
DATA_ARG
are the shared data argument(s).
Return true if
OMP
parallel statementG
has theGF_OMP_PARALLEL_COMBINED
flag set.
Set the
GF_OMP_PARALLEL_COMBINED
field inOMP
parallel statementG
.
Set
BODY
to be the body for theOMP
statementG
.
Return the clauses associated with
OMP_PARALLEL
G
.
Return a pointer to the clauses associated with
OMP_PARALLEL
G
.
Set
CLAUSES
to be the list of clauses associated withOMP_PARALLEL
G
.
Return the child function used to hold the body of
OMP_PARALLEL
G
.
Return a pointer to the child function used to hold the body of
OMP_PARALLEL
G
.
Set
CHILD_FN
to be the child function forOMP_PARALLEL
G
.
Return the artificial argument used to send variables and values from the parent to the children threads in
OMP_PARALLEL
G
.
Return a pointer to the data argument for
OMP_PARALLEL
G
.