Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDomp-low.c2597 basic_block entry_bb, cont_bb, exit_bb, l0_bb, l1_bb; in expand_omp_for_generic() local
2614 l1_bb = single_succ (entry_bb); in expand_omp_for_generic()
2617 l1 = tree_block_label (l1_bb); in expand_omp_for_generic()
2682 make_edge (l0_bb, l1_bb, EDGE_FALLTHRU); in expand_omp_for_generic()
2743 make_edge (l0_bb, l1_bb, EDGE_FALLTHRU); in expand_omp_for_generic()
2746 make_edge (cont_bb, l1_bb, EDGE_TRUE_VALUE); in expand_omp_for_generic()
3190 basic_block entry_bb, exit_bb, l0_bb, l1_bb, l2_bb, default_bb; in expand_omp_sections() local
3200 l1_bb = region->cont; in expand_omp_sections()
3201 if (l1_bb) in expand_omp_sections()
3203 l2_bb = single_succ (l1_bb); in expand_omp_sections()
[all …]