Searched refs:num_thr_sz (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | omp-low.cc | 9197 tree num_thr_sz = create_tmp_var (size_type_node); in lower_omp_task_reductions() local 9233 g = gimple_build_assign (num_thr_sz, PLUS_EXPR, idx, in lower_omp_task_reductions() 9250 g = gimple_build_assign (num_thr_sz, NOP_EXPR, num_thr); in lower_omp_task_reductions() 9261 gimplify_assign (num_thr_sz, t, end); in lower_omp_task_reductions() 9618 g = gimple_build_cond (NE_EXPR, idx, num_thr_sz, lab1, lab2); in lower_omp_task_reductions()
|