Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Domp-low.c2598 basic_block l2_bb = NULL, l3_bb = NULL; in expand_omp_for_generic() local
2623 l2_bb = create_empty_bb (cont_bb); in expand_omp_for_generic()
2626 l2 = tree_block_label (l2_bb); in expand_omp_for_generic()
2720 si = bsi_start (l2_bb); in expand_omp_for_generic()
2749 make_edge (l2_bb, l0_bb, EDGE_TRUE_VALUE); in expand_omp_for_generic()
2750 make_edge (l2_bb, l3_bb, EDGE_FALSE_VALUE); in expand_omp_for_generic()
3203 l2_bb = single_succ (l1_bb); in expand_omp_sections()
3210 l2_bb = create_empty_bb (l0_bb); in expand_omp_sections()
3211 default_bb = l2_bb; in expand_omp_sections()
3215 l2 = tree_block_label (l2_bb); in expand_omp_sections()
[all …]