Searched refs:build_access_from_expr_1 (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-sra.cc | 1121 build_access_from_expr_1 (tree expr, gimple *stmt, bool write) in build_access_from_expr_1() function 1196 access = build_access_from_expr_1 (expr, stmt, write); in build_access_from_expr() 1282 racc = build_access_from_expr_1 (rhs, stmt, false); in build_accesses_from_assign() 1283 lacc = build_access_from_expr_1 (lhs, stmt, true); in build_accesses_from_assign() 1405 ret |= !!build_access_from_expr_1 (t, stmt, true); in scan_function()
|
H A D | ChangeLog-2009 | 9227 (build_access_from_expr_1): New parameter stmt, passed to 9230 build_access_from_expr_1. 9234 build_access_from_expr_1. Do not create assign links in IPA-SRA.
|
H A D | ChangeLog-2010 | 23760 * tree-sra.c (build_access_from_expr_1): Handle MEM_REF. 23773 (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA. 32599 * tree-sra.c (build_access_from_expr_1): The first parameter type
|
H A D | ChangeLog-2017 | 20863 * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
|
H A D | ChangeLog-2015 | 7940 (build_access_from_expr_1): Preserve storage order barriers.
|
H A D | ChangeLog-2014 | 16449 * tree-sra.c (build_access_from_expr_1): Disqualify volatile
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-sra.c | 1105 build_access_from_expr_1 (tree expr, gimple *stmt, bool write) in build_access_from_expr_1() function 1180 access = build_access_from_expr_1 (expr, stmt, write); in build_access_from_expr() 1266 racc = build_access_from_expr_1 (rhs, stmt, false); in build_accesses_from_assign() 1267 lacc = build_access_from_expr_1 (lhs, stmt, true); in build_accesses_from_assign()
|