Home
last modified time | relevance | path

Searched refs:build_access_from_expr_1 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.cc1121 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 DChangeLog-20099227 (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 DChangeLog-201023760 * 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 DChangeLog-201720863 * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
H A DChangeLog-20157940 (build_access_from_expr_1): Preserve storage order barriers.
H A DChangeLog-201416449 * tree-sra.c (build_access_from_expr_1): Disqualify volatile
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.c1105 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()