Searched refs:sra_modify_expr (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-sra.cc | 3782 sra_modify_expr (tree *expr, gimple_stmt_iterator *gsi, bool write) in sra_modify_expr() function 4279 modify_this_stmt = sra_modify_expr (gimple_assign_rhs1_ptr (stmt), in sra_modify_assign() 4281 modify_this_stmt |= sra_modify_expr (gimple_assign_lhs_ptr (stmt), in sra_modify_assign() 4604 modified |= sra_modify_expr (t, &gsi, false); in sra_modify_function_body() 4627 modified |= sra_modify_expr (t, &gsi, false); in sra_modify_function_body() 4633 modified |= sra_modify_expr (t, &gsi, true); in sra_modify_function_body() 4644 modified |= sra_modify_expr (t, &gsi, false); in sra_modify_function_body() 4649 modified |= sra_modify_expr (t, &gsi, true); in sra_modify_function_body()
|
H A D | ChangeLog.gimple-classes | 129 (sra_modify_expr): Likewise. 1179 (sra_modify_expr): Likewise. 3093 (sra_modify_expr): Likewise.
|
H A D | ChangeLog-2009 | 1402 (sra_modify_expr): Use the original also when dealing with a complex 2510 (sra_modify_expr): Build references to the old aggregate with 17159 * tree-sra.c (sra_modify_expr): Add access->offset to start_offset. 17851 * tree-sra.c (sra_modify_expr): Correct BIT_FIELD_REF argument numbers. 18763 (sra_modify_expr): Increment sra_stats.exprs.
|
H A D | ChangeLog-2010 | 14301 (sra_modify_expr): Set locations of all generated statements and 14557 (sra_modify_expr): Use build_ref_for_model. 32609 (sra_modify_expr): Removed parameter data. 40632 (sra_modify_expr): Check for type compatibility directly.
|
H A D | ChangeLog | 4554 * tree-sra.cc (sra_modify_expr): Deal with reverse storage order
|
H A D | ChangeLog-2014 | 38641 * tree-sra.c (sra_modify_expr): Pass the current gsi to 40963 * tree-sra.c (sra_modify_expr): Generate new memory accesses with 42589 (sra_modify_expr): If stmt ends bb, use single non-EH successor to
|
H A D | ChangeLog-2021 | 23125 (sra_modify_expr): Do not store sub-replacements back to a const base.
|
H A D | ChangeLog-2012 | 6127 (sra_modify_expr): Likewise.
|
H A D | ChangeLog-2020 | 25378 (sra_modify_expr): Fix handling of cases when the original EXPR writes
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-sra.c | 3735 sra_modify_expr (tree *expr, gimple_stmt_iterator *gsi, bool write) in sra_modify_expr() function 4127 modify_this_stmt = sra_modify_expr (gimple_assign_rhs1_ptr (stmt), in sra_modify_assign() 4129 modify_this_stmt |= sra_modify_expr (gimple_assign_lhs_ptr (stmt), in sra_modify_assign() 4453 modified |= sra_modify_expr (t, &gsi, false); in sra_modify_function_body() 4467 modified |= sra_modify_expr (t, &gsi, false); in sra_modify_function_body() 4473 modified |= sra_modify_expr (t, &gsi, true); in sra_modify_function_body() 4483 modified |= sra_modify_expr (t, &gsi, false); in sra_modify_function_body() 4488 modified |= sra_modify_expr (t, &gsi, true); in sra_modify_function_body()
|