Searched refs:build_access_from_expr (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-sra.c | 1054 build_access_from_expr (tree expr, gimple stmt, bool write) in build_access_from_expr() function 1252 ret |= build_access_from_expr (t, stmt, false); in scan_function() 1263 ret |= build_access_from_expr (gimple_call_arg (stmt, i), in scan_function() 1292 ret |= build_access_from_expr (t, stmt, true); in scan_function() 1304 ret |= build_access_from_expr (t, stmt, false); in scan_function() 1309 ret |= build_access_from_expr (t, stmt, true); in scan_function()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-sra.c | 1272 build_access_from_expr (tree expr, gimple *stmt, bool write) in build_access_from_expr() function 1480 ret |= build_access_from_expr (t, stmt, false); in scan_function() 1491 ret |= build_access_from_expr (gimple_call_arg (stmt, i), in scan_function() 1519 ret |= build_access_from_expr (t, stmt, true); in scan_function() 1533 ret |= build_access_from_expr (t, asm_stmt, false); in scan_function() 1538 ret |= build_access_from_expr (t, asm_stmt, true); in scan_function()
|