Searched refs:sra_modify_assign (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-sra.cc | 4258 sra_modify_assign (gimple *stmt, gimple_stmt_iterator *gsi) in sra_modify_assign() function 4608 assign_result = sra_modify_assign (stmt, &gsi); in sra_modify_function_body()
|
H A D | ChangeLog.gimple-classes | 1181 (sra_modify_assign): Likewise. 3095 (sra_modify_assign): Strengthen "ds" to gimple_debug.
|
H A D | ChangeLog-2010 | 5164 (sra_modify_assign): Use them. 14306 (sra_modify_assign): Likewise. 14559 (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks, 15417 * tree-sra.c (sra_modify_assign): If we modify the statement, 20355 (sra_modify_assign): Dump a message when removing a load, if the LHS 20472 (sra_modify_assign): Move gsi to the next statmenent unconditionally. 34814 (sra_modify_assign): Delete stmts loading dead data even if racc has no 38826 (sra_modify_assign): Do not process assigns piecemeal if if stmt 39339 * tree-sra.c (sra_modify_assign): Delay re-gimplification of 40131 * tree-sra.c (sra_modify_assign): Do not delete assignments to
|
H A D | ChangeLog-2012 | 6129 (sra_modify_assign): Likewise. 29236 (sra_modify_assign): Likewise. 29783 * tree-sra.c (sra_modify_assign): Do not call 33367 (sra_modify_assign): Use it to decide whether a use is uninitialized. 33574 * tree-sra.c (sra_modify_assign): Avoid copy-in/out for aggregate 33634 * tree-sra.c (sra_modify_assign): Re-factor in preparation 33715 * tree-sra.c (sra_modify_assign): Do not transform clobbers.
|
H A D | ChangeLog-2009 | 615 * tree-sra.c (sra_modify_assign): Do not tear apart struct copies. 4378 (sra_modify_assign): Do not unshare exprs. 17855 (sra_modify_assign): Use unscalarized_data_handling, simplified 18384 * tree-sra.c (sra_modify_assign): Pass zero offsets to 18765 (sra_modify_assign): Increment sra_stats.exprs, 19160 * tree-sra.c (sra_modify_assign): When creating VIEW_CONVERT_EXPR,
|
H A D | ChangeLog-2021 | 23127 (sra_modify_assign): Likewise. Earlier, use TREE_READONLy test 26433 * tree-sra.c (sra_modify_assign): All const base accesses do not 26435 (sra_modify_assign): Do not refresh into a const base decl. 26515 * tree-sra.c (sra_modify_assign): All const base accesses do not 26517 (sra_modify_assign): Do not refresh into a const base decl.
|
H A D | ChangeLog-2016 | 31192 * tree-sra.c (sra_modify_assign): Do not remove loads of 31513 * tree-sra.c (sra_modify_assign): Do not attempt to create 34861 (sra_modify_assign): Avoid mangling assignments created by previous,
|
H A D | ChangeLog | 6577 * tree-sra.cc (sra_modify_assign): Check that scalar storage order
|
H A D | ChangeLog-2011 | 20666 * tree-sra.c (sra_modify_assign): Choose the safe path for 37671 * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
|
H A D | ChangeLog-2013 | 39618 * tree-sra.c (sra_modify_assign): If for lacc->grp_to_be_debug_replaced 40282 * tree-sra.c (sra_modify_assign): Do not check that an access has no
|
H A D | ChangeLog-2014 | 30695 (sra_modify_assign): Likewise. 42591 (sra_modify_assign): Likewise and and also use the simple path for
|
H A D | ChangeLog-2019 | 33515 (sra_modify_assign): Pass LHS type to get_repl_default_def_ssa_name.
|
H A D | ChangeLog-2017 | 30679 (sra_modify_assign): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-sra.c | 4106 sra_modify_assign (gimple *stmt, gimple_stmt_iterator *gsi) in sra_modify_assign() function 4457 assign_result = sra_modify_assign (stmt, &gsi); in sra_modify_function_body()
|