Searched refs:fifth_bb (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | omp-expand.cc | 4858 basic_block fin_bb, fourth_bb = NULL, fifth_bb = NULL, sixth_bb = NULL; in expand_omp_for_static_nochunk() local 5167 fifth_bb = split_block (fourth_bb, g)->dest; in expand_omp_for_static_nochunk() 5168 gsi = gsi_last_nondebug_bb (fifth_bb); in expand_omp_for_static_nochunk() 5189 sixth_bb = split_block (fifth_bb, g)->dest; in expand_omp_for_static_nochunk() 5495 ep = make_edge (third_bb, fifth_bb, EDGE_FALSE_VALUE); in expand_omp_for_static_nochunk() 5502 ep = find_edge (fourth_bb, fifth_bb); in expand_omp_for_static_nochunk() 5550 set_immediate_dominator (CDI_DOMINATORS, fifth_bb, third_bb); in expand_omp_for_static_nochunk()
|