Searched refs:build_access_from_expr (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-sra.cc | 1192 build_access_from_expr (tree expr, gimple *stmt, bool write) in build_access_from_expr() function 1387 ret |= build_access_from_expr (t, stmt, false); in scan_function() 1396 ret |= build_access_from_expr (gimple_call_arg (stmt, i), in scan_function() 1407 ret |= build_access_from_expr (t, stmt, true); in scan_function() 1435 ret |= build_access_from_expr (t, asm_stmt, false); in scan_function() 1440 ret |= build_access_from_expr (t, asm_stmt, true); in scan_function()
|
H A D | ChangeLog-2010 | 32601 (build_access_from_expr): Likewise, gsi parameter was eliminated. 39362 (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
|
H A D | ChangeLog-2009 | 9229 (build_access_from_expr): Pass the current statement to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-sra.c | 1176 build_access_from_expr (tree expr, gimple *stmt, bool write) in build_access_from_expr() function 1371 ret |= build_access_from_expr (t, stmt, false); in scan_function() 1380 ret |= build_access_from_expr (gimple_call_arg (stmt, i), in scan_function() 1385 ret |= build_access_from_expr (t, stmt, true); in scan_function() 1396 ret |= build_access_from_expr (t, asm_stmt, false); in scan_function() 1401 ret |= build_access_from_expr (t, asm_stmt, true); in scan_function()
|