Home
last modified time | relevance | path

Searched refs:first_stmt (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-cfg.h62 extern gimple *first_stmt (basic_block);
H A Dgimple-ssa-store-merging.cc1734 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 Dtree-cfgcleanup.cc529 stmt = first_stmt (dest); in remove_forwarder_block()
1216 label = first_stmt (dest); in remove_forwarder_block_with_phi()
H A Dgimple-loop-versioning.cc1476 gimple *stmt = first_stmt (loop->header); in prune_loop_conditions()
H A Dtree-parloops.cc226 gimple *first_stmt) in parloops_is_slp_reduction() argument
244 code = gimple_assign_rhs_code (first_stmt); in parloops_is_slp_reduction()
H A Dtree-cfg.cc1223 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 DChangeLog.tree-ssa11231 (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 Dtree-vect-slp.cc6272 if (gcall *first = safe_dyn_cast <gcall *> (first_stmt (bb))) in vect_slp_function()
H A DChangeLog.tuples6563 (first_stmt): Same.
6902 (first_stmt): Same.
H A Domp-expand.cc9492 && first_stmt (store_bb) == store in expand_omp_atomic()
H A DChangeLog-200911957 (first_stmt): Skip debug stmts.
H A DChangeLog-201527342 (vectorizable_load): Don't use the DR from first_stmt in
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-cfg.h62 extern gimple *first_stmt (basic_block);
H A Dgimple-ssa-store-merging.c1458 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 Dtree-cfgcleanup.c507 stmt = first_stmt (dest); in remove_forwarder_block()
1198 label = first_stmt (dest); in remove_forwarder_block_with_phi()
H A Dtree-parloops.c226 gimple *first_stmt) in parloops_is_slp_reduction() argument
244 code = gimple_assign_rhs_code (first_stmt); in parloops_is_slp_reduction()
H A Dtree-cfg.c1229 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 Domp-expand.c7624 && 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 Dcp-gimplify.cc120 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 DChangeLog-2018727 (process_stmt_hotness_attribute, first_stmt): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c179 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 Daarch64.cc16647 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()