Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c6705 gimple_stmt_iterator si, switch_si; in expand_omp_sections() local
6847 switch_si = gsi_last_nondebug_bb (l0_bb); in expand_omp_sections()
6848 gcc_assert (gimple_code (gsi_stmt (switch_si)) == GIMPLE_OMP_SECTIONS_SWITCH); in expand_omp_sections()
6912 gsi_insert_after (&switch_si, stmt, GSI_SAME_STMT); in expand_omp_sections()
6913 gsi_remove (&switch_si, true); in expand_omp_sections()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc8264 gimple_stmt_iterator si, switch_si; in expand_omp_sections() local
8406 switch_si = gsi_last_nondebug_bb (l0_bb); in expand_omp_sections()
8407 gcc_assert (gimple_code (gsi_stmt (switch_si)) == GIMPLE_OMP_SECTIONS_SWITCH); in expand_omp_sections()
8471 gsi_insert_after (&switch_si, stmt, GSI_SAME_STMT); in expand_omp_sections()
8472 gsi_remove (&switch_si, true); in expand_omp_sections()