Home
last modified time | relevance | path

Searched refs:sra_modify_expr (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.cc3782 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 DChangeLog.gimple-classes129 (sra_modify_expr): Likewise.
1179 (sra_modify_expr): Likewise.
3093 (sra_modify_expr): Likewise.
H A DChangeLog-20091402 (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 DChangeLog-201014301 (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 DChangeLog4554 * tree-sra.cc (sra_modify_expr): Deal with reverse storage order
H A DChangeLog-201438641 * 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 DChangeLog-202123125 (sra_modify_expr): Do not store sub-replacements back to a const base.
H A DChangeLog-20126127 (sra_modify_expr): Likewise.
H A DChangeLog-202025378 (sra_modify_expr): Fix handling of cases when the original EXPR writes
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.c3735 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()