Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-math-opts.cc4142 gimple_stmt_iterator gsif = *gsi; in match_arith_overflow() local
4158 else if (gsi_end_p (gsif)) in match_arith_overflow()
4160 if (!gsi_end_p (gsif)) in match_arith_overflow()
4162 gsi_next_nondebug (&gsif); in match_arith_overflow()
4163 if (gsi_stmt (gsif) == add_stmt) in match_arith_overflow()
Domp-expand.cc4009 gimple_stmt_iterator gsif = gsi; in expand_omp_for_generic() local
4010 gsi_prev (&gsif); in expand_omp_for_generic()
4192 if (gsi_end_p (gsif)) in expand_omp_for_generic()
4193 gsif = gsi_after_labels (gsi_bb (gsif)); in expand_omp_for_generic()
4194 gsi_next (&gsif); in expand_omp_for_generic()
4329 expand_omp_build_assign (&gsif, v, t); in expand_omp_for_generic()
5893 gimple_stmt_iterator gsif = gsi; in expand_omp_for_static_chunk() local
6035 expand_omp_build_assign (&gsif, v, t); in expand_omp_for_static_chunk()
6046 = force_gimple_operand_gsi (&gsif, itercntbias, true, in expand_omp_for_static_chunk()