Searched refs:tclauses (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c828 tree tclauses = gimple_omp_for_clauses (g); local
829 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_NUM_TASKS);
834 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_GRAINSIZE);
846 if (omp_find_clause (tclauses, OMP_CLAUSE_NOGROUP))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc792 tree tclauses = gimple_omp_for_clauses (g); local
793 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_NUM_TASKS);
802 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_GRAINSIZE);
816 if (omp_find_clause (tclauses, OMP_CLAUSE_NOGROUP))

Completed in 137 milliseconds