Searched refs:lab4 (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | omp-low.cc | 9207 tree lab4 = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_task_reductions() local 9239 g = gimple_build_cond (NE_EXPR, thr_num, integer_zero_node, lab2, lab4); in lower_omp_task_reductions() 9241 gimple_seq_add_stmt (end, gimple_build_label (lab4)); in lower_omp_task_reductions() 9381 tree lab4 = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_task_reductions() local 9385 lab3, lab4); in lower_omp_task_reductions() 9396 lab4, lab5); in lower_omp_task_reductions() 9586 gimple_seq_add_stmt (end, gimple_build_label (lab4)); in lower_omp_task_reductions() 11442 tree lab4 = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_for_scan() local 11445 g = gimple_build_cond (GT_EXPR, twok, num_threadsu, lab4, lab5); in lower_omp_for_scan() 11447 g = gimple_build_label (lab4); in lower_omp_for_scan()
|