Home
last modified time | relevance | path

Searched refs:fourth_bb (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c3648 basic_block fin_bb, fourth_bb = NULL, fifth_bb = NULL, sixth_bb = NULL; in expand_omp_for_static_nochunk() local
3956 fourth_bb = split_block (third_bb, g)->dest; in expand_omp_for_static_nochunk()
3957 gsi = gsi_last_nondebug_bb (fourth_bb); in expand_omp_for_static_nochunk()
3966 fifth_bb = split_block (fourth_bb, g)->dest; in expand_omp_for_static_nochunk()
4292 if (fourth_bb) in expand_omp_for_static_nochunk()
4297 ep = find_edge (third_bb, fourth_bb); in expand_omp_for_static_nochunk()
4301 ep = find_edge (fourth_bb, fifth_bb); in expand_omp_for_static_nochunk()
4347 if (fourth_bb) in expand_omp_for_static_nochunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc4858 basic_block fin_bb, fourth_bb = NULL, fifth_bb = NULL, sixth_bb = NULL; in expand_omp_for_static_nochunk() local
5157 fourth_bb = split_block (third_bb, g)->dest; in expand_omp_for_static_nochunk()
5158 gsi = gsi_last_nondebug_bb (fourth_bb); in expand_omp_for_static_nochunk()
5167 fifth_bb = split_block (fourth_bb, g)->dest; in expand_omp_for_static_nochunk()
5493 if (fourth_bb) in expand_omp_for_static_nochunk()
5498 ep = find_edge (third_bb, fourth_bb); in expand_omp_for_static_nochunk()
5502 ep = find_edge (fourth_bb, fifth_bb); in expand_omp_for_static_nochunk()
5548 if (fourth_bb) in expand_omp_for_static_nochunk()