Home
last modified time | relevance | path

Searched refs:num_thr_sz (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Domp-low.c8361 tree num_thr_sz = create_tmp_var (size_type_node); in lower_omp_task_reductions() local
8395 g = gimple_build_assign (num_thr_sz, PLUS_EXPR, idx, in lower_omp_task_reductions()
8412 g = gimple_build_assign (num_thr_sz, NOP_EXPR, num_thr); in lower_omp_task_reductions()
8423 gimplify_assign (num_thr_sz, t, end); in lower_omp_task_reductions()
8774 g = gimple_build_cond (NE_EXPR, idx, num_thr_sz, lab1, lab2); in lower_omp_task_reductions()
H A Domp-low.cc9197 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()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c8361 tree num_thr_sz = create_tmp_var (size_type_node); in lower_omp_task_reductions() local
8395 g = gimple_build_assign (num_thr_sz, PLUS_EXPR, idx, in lower_omp_task_reductions()
8412 g = gimple_build_assign (num_thr_sz, NOP_EXPR, num_thr); in lower_omp_task_reductions()
8423 gimplify_assign (num_thr_sz, t, end); in lower_omp_task_reductions()
8774 g = gimple_build_cond (NE_EXPR, idx, num_thr_sz, lab1, lab2); in lower_omp_task_reductions()