Next: <code>GIMPLE_OMP_RETURN</code>, Previous: <code>GIMPLE_OMP_ORDERED</code>, Up: Tuple specific accessors
GIMPLE_OMP_PARALLELBuild a
GIMPLE_OMP_PARALLELstatement.
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
OMPparallel statementGhas theGF_OMP_PARALLEL_COMBINEDflag set.
Set the
GF_OMP_PARALLEL_COMBINEDfield inOMPparallel statementG.
Set
BODYto be the body for theOMPstatementG.
Return the clauses associated with
OMP_PARALLELG.
Return a pointer to the clauses associated with
OMP_PARALLELG.
Set
CLAUSESto be the list of clauses associated withOMP_PARALLELG.
Return the child function used to hold the body of
OMP_PARALLELG.
Return a pointer to the child function used to hold the body of
OMP_PARALLELG.
Set
CHILD_FNto be the child function forOMP_PARALLELG.
Return the artificial argument used to send variables and values from the parent to the children threads in
OMP_PARALLELG.
Return a pointer to the data argument for
OMP_PARALLELG.