Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Domp-low.c3259 basic_block s_entry_bb, s_exit_bb; in expand_omp_sections() local
3262 s_exit_bb = inner->exit; in expand_omp_sections()
3280 if (s_exit_bb == NULL) in expand_omp_sections()
3283 si = bsi_last (s_exit_bb); in expand_omp_sections()
3287 single_succ_edge (s_exit_bb)->flags = EDGE_FALLTHRU; in expand_omp_sections()