Home | History | Annotate | Download | only in include

Lines Matching refs:clauses

607   tree clauses;
630 Clauses. */
631 tree clauses;
673 tree clauses;
706 tree clauses;
3252 /* Return the clauses associated with OMP_FOR GS. */
3258 return gs->gimple_omp_for.clauses;
3268 return &gs->gimple_omp_for.clauses;
3272 /* Set CLAUSES to be the list of clauses associated with OMP_FOR GS. */
3275 gimple_omp_for_set_clauses (gimple gs, tree clauses)
3278 gs->gimple_omp_for.clauses = clauses;
3446 /* Return the clauses associated with OMP_PARALLEL GS. */
3452 return gs->gimple_omp_parallel.clauses;
3456 /* Return a pointer to the clauses associated with OMP_PARALLEL GS. */
3462 return &gs->gimple_omp_parallel.clauses;
3466 /* Set CLAUSES to be the list of clauses associated with OMP_PARALLEL
3470 gimple_omp_parallel_set_clauses (gimple gs, tree clauses)
3473 gs->gimple_omp_parallel.clauses = clauses;
3538 /* Return the clauses associated with OMP_TASK GS. */
3544 return gs->gimple_omp_parallel.clauses;
3548 /* Return a pointer to the clauses associated with OMP_TASK GS. */
3554 return &gs->gimple_omp_parallel.clauses;
3558 /* Set CLAUSES to be the list of clauses associated with OMP_TASK
3562 gimple_omp_task_set_clauses (gimple gs, tree clauses)
3565 gs->gimple_omp_parallel.clauses = clauses;
3630 /* Return the clauses associated with OMP_TASK GS. */
3637 return gs->gimple_omp_parallel.clauses;
3641 /* Return a pointer to the clauses associated with OMP_TASK GS. */
3648 return &gs->gimple_omp_parallel.clauses;
3652 /* Set CLAUSES to be the list of clauses associated with OMP_TASK
3656 gimple_omp_taskreg_set_clauses (gimple gs, tree clauses)
3660 gs->gimple_omp_parallel.clauses = clauses;
3821 /* Return the clauses associated with OMP_SINGLE GS. */
3827 return gs->gimple_omp_single.clauses;
3831 /* Return a pointer to the clauses associated with OMP_SINGLE GS. */
3837 return &gs->gimple_omp_single.clauses;
3841 /* Set CLAUSES to be the clauses associated with OMP_SINGLE GS. */
3844 gimple_omp_single_set_clauses (gimple gs, tree clauses)
3847 gs->gimple_omp_single.clauses = clauses;
3851 /* Return the clauses associated with OMP_SECTIONS GS. */
3857 return gs->gimple_omp_sections.clauses;
3861 /* Return a pointer to the clauses associated with OMP_SECTIONS GS. */
3867 return &gs->gimple_omp_sections.clauses;
3871 /* Set CLAUSES to be the set of clauses associated with OMP_SECTIONS
3875 gimple_omp_sections_set_clauses (gimple gs, tree clauses)
3878 gs->gimple_omp_sections.clauses = clauses;
3893 /* Return a pointer to the clauses associated with the GIMPLE_OMP_SECTIONS
3904 /* Set CONTROL to be the set of clauses associated with the