Home
last modified time | relevance | path

Searched refs:build_access_from_expr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.cc1192 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 DChangeLog-201032601 (build_access_from_expr): Likewise, gsi parameter was eliminated.
39362 (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
H A DChangeLog-20099229 (build_access_from_expr): Pass the current statement to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.c1176 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()