Searched refs:default_bb (Results 1 – 1 of 1) sorted by relevance
3190 basic_block entry_bb, exit_bb, l0_bb, l1_bb, l2_bb, default_bb; in expand_omp_sections() local3204 default_bb = create_empty_bb (l1_bb->prev_bb); in expand_omp_sections()3211 default_bb = l2_bb; in expand_omp_sections()3291 t = tree_block_label (default_bb); in expand_omp_sections()3294 make_edge (l0_bb, default_bb, 0); in expand_omp_sections()3296 si = bsi_start (default_bb); in expand_omp_sections()