Searched refs:estmt (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-loop-niter.cc | 3473 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 D | tree-vect-slp.cc | 1786 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 D | tree-ssa-loop-niter.c | 3359 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 D | trans-stmt.cc | 5924 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 D | trans-stmt.c | 5888 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()
|