Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-niter.cc3473 gimple *estmt = last_stmt (e->src); in do_warn_aggressive_loop_optimizations() local
3480 inform (gimple_location (estmt), "within this loop"); in do_warn_aggressive_loop_optimizations()
H A Dtree-vect-slp.cc1786 gassign *estmt = as_a <gassign *> (estmt_info->stmt); in vect_build_slp_tree_2() local
1787 tree bfref = gimple_assign_rhs1 (estmt); in vect_build_slp_tree_2()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-niter.c3359 gimple *estmt = last_stmt (e->src); in do_warn_aggressive_loop_optimizations() local
3366 inform (gimple_location (estmt), "within this loop"); in do_warn_aggressive_loop_optimizations()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc5924 tree tmp, cexpr, tstmt, estmt; in gfc_trans_where_3() local
6031 estmt = eblock ? gfc_trans_scalar_assign (&edse, &esse, edst->ts, in gfc_trans_where_3()
6034 tmp = build3_v (COND_EXPR, cexpr, tstmt, estmt); in gfc_trans_where_3()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c5888 tree tmp, cexpr, tstmt, estmt; in gfc_trans_where_3() local
5995 estmt = eblock ? gfc_trans_scalar_assign (&edse, &esse, edst->ts, in gfc_trans_where_3()
5998 tmp = build3_v (COND_EXPR, cexpr, tstmt, estmt); in gfc_trans_where_3()