Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Domp-low.c2789 basic_block fin_bb; in expand_omp_for_static_nochunk() local
2798 fin_bb = single_succ (cont_bb); in expand_omp_for_static_nochunk()
2803 l2 = tree_block_label (fin_bb); in expand_omp_for_static_nochunk()
2915 make_edge (entry_bb, fin_bb, EDGE_TRUE_VALUE); in expand_omp_for_static_nochunk()
2919 find_edge (cont_bb, fin_bb)->flags = EDGE_FALSE_VALUE; in expand_omp_for_static_nochunk()
2961 basic_block trip_update_bb, cont_bb, fin_bb; in expand_omp_for_static_chunk() local
2973 fin_bb = single_succ (cont_bb); in expand_omp_for_static_chunk()
2980 l4 = tree_block_label (fin_bb); in expand_omp_for_static_chunk()
3112 make_edge (iter_part_bb, fin_bb, EDGE_FALSE_VALUE); in expand_omp_for_static_chunk()