Searched refs:switch_si (Results 1 – 2 of 2) sorted by relevance
6705 gimple_stmt_iterator si, switch_si; in expand_omp_sections() local6847 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()
8264 gimple_stmt_iterator si, switch_si; in expand_omp_sections() local8406 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()