Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Domp-low.c2961 basic_block trip_update_bb, cont_bb, fin_bb; in expand_omp_for_static_chunk() local
2972 trip_update_bb = create_empty_bb (cont_bb); in expand_omp_for_static_chunk()
2979 l3 = tree_block_label (trip_update_bb); in expand_omp_for_static_chunk()
3094 si = bsi_start (trip_update_bb); in expand_omp_for_static_chunk()
3118 make_edge (cont_bb, trip_update_bb, EDGE_FALSE_VALUE); in expand_omp_for_static_chunk()
3120 make_edge (trip_update_bb, iter_part_bb, EDGE_FALLTHRU); in expand_omp_for_static_chunk()