| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-cfg.h | 62 extern gimple *first_stmt (basic_block);
|
| H A D | gimple-ssa-store-merging.cc | 1734 gimple *first_stmt; member in __anone7f7d7200211::merged_store_group 2123 first_stmt = last_stmt; in merged_store_group() 2231 first_stmt = stmt; in do_merge() 2646 gimple *first = merged_store->first_stmt; in compatible_load_p() 2860 gimple *first_stmt = merged_store->first_stmt; in try_coalesce_bswap() local 2915 first_stmt = info->stmt; in try_coalesce_bswap() 2996 if (stmts_may_clobber_ref_p (first_stmt, last_stmt, ref)) in try_coalesce_bswap()
|
| H A D | tree-cfgcleanup.cc | 529 stmt = first_stmt (dest); in remove_forwarder_block() 1216 label = first_stmt (dest); in remove_forwarder_block_with_phi()
|
| H A D | gimple-loop-versioning.cc | 1476 gimple *stmt = first_stmt (loop->header); in prune_loop_conditions()
|
| H A D | tree-parloops.cc | 226 gimple *first_stmt) in parloops_is_slp_reduction() argument 244 code = gimple_assign_rhs_code (first_stmt); in parloops_is_slp_reduction()
|
| H A D | tree-cfg.cc | 1223 then_stmt = first_stmt (then_bb); in make_cond_expr_edges() 1224 else_stmt = first_stmt (else_bb); in make_cond_expr_edges() 2858 first_stmt (basic_block bb) in first_stmt() function
|
| H A D | ChangeLog.tree-ssa | 11231 (first_stmt): Don't test for NULL blocks. 12011 (first_stmt): Use only 1 return. 12772 (first_stmt, last_stmt, last_stmt_ptr): Use bsi_ not gsi_ routines. 14028 switch_parent, first_stmt, last_stmt): Check for first_stmt() or 14420 (first_stmt): Return NULL for ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR and 14770 (first_stmt): Return NULL_TREE if the block does not exist. 15144 (first_stmt): Call STRIP_NOPS. 15369 (tree_delete_bb): Call first_stmt and last_stmt. 15386 (first_stmt): New function. 15428 (first_stmt): Declare.
|
| H A D | tree-vect-slp.cc | 6272 if (gcall *first = safe_dyn_cast <gcall *> (first_stmt (bb))) in vect_slp_function()
|
| H A D | ChangeLog.tuples | 6563 (first_stmt): Same. 6902 (first_stmt): Same.
|
| H A D | omp-expand.cc | 9492 && first_stmt (store_bb) == store in expand_omp_atomic()
|
| H A D | ChangeLog-2009 | 11957 (first_stmt): Skip debug stmts.
|
| H A D | ChangeLog-2015 | 27342 (vectorizable_load): Don't use the DR from first_stmt in
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-cfg.h | 62 extern gimple *first_stmt (basic_block);
|
| H A D | gimple-ssa-store-merging.c | 1458 gimple *first_stmt; variable 1842 first_stmt = last_stmt; in merged_store_group() 1936 first_stmt = stmt; in do_merge() 2309 gimple *first = merged_store->first_stmt; in compatible_load_p() 2524 gimple *first_stmt = merged_store->first_stmt; in try_coalesce_bswap() local 2579 first_stmt = info->stmt; in try_coalesce_bswap() 2657 if (stmts_may_clobber_ref_p (first_stmt, last_stmt, ref)) in try_coalesce_bswap()
|
| H A D | tree-cfgcleanup.c | 507 stmt = first_stmt (dest); in remove_forwarder_block() 1198 label = first_stmt (dest); in remove_forwarder_block_with_phi()
|
| H A D | tree-parloops.c | 226 gimple *first_stmt) in parloops_is_slp_reduction() argument 244 code = gimple_assign_rhs_code (first_stmt); in parloops_is_slp_reduction()
|
| H A D | tree-cfg.c | 1229 then_stmt = first_stmt (then_bb); in make_cond_expr_edges() 1230 else_stmt = first_stmt (else_bb); in make_cond_expr_edges() 2838 first_stmt (basic_block bb) in first_stmt() function
|
| H A D | omp-expand.c | 7624 && first_stmt (store_bb) == store in expand_omp_atomic() 8669 = gimple_block (first_stmt (single_succ (gpukernel->entry))); in grid_expand_target_grid_body()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-gimplify.cc | 120 first_stmt (tree stmt) in first_stmt() function 126 return first_stmt (p->stmt); in first_stmt() 130 return first_stmt (BIND_EXPR_BODY (stmt)); in first_stmt() 152 tree ft = first_stmt (then_); in genericize_if_stmt() 153 tree fe = first_stmt (else_); in genericize_if_stmt()
|
| H A D | ChangeLog-2018 | 727 (process_stmt_hotness_attribute, first_stmt): New.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-gimplify.c | 179 first_stmt (tree stmt) in first_stmt() function 185 return first_stmt (p->stmt); in first_stmt() 189 return first_stmt (BIND_EXPR_BODY (stmt)); in first_stmt() 211 tree ft = first_stmt (then_); in genericize_if_stmt() 212 tree fe = first_stmt (else_); in genericize_if_stmt()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 16647 if (auto first_stmt = DR_GROUP_FIRST_ELEMENT (stmt_info)) in aarch64_aligned_constant_offset_p() local 16648 stmt_info = first_stmt; in aarch64_aligned_constant_offset_p()
|