Home
last modified time | relevance | path

Searched refs:scan_expr_access (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-sra.c1654 scan_expr_access (tree expr, gimple *stmt, isra_scan_context ctx,
1866 scan_expr_access (t, stmt, ISRA_CTX_LOAD, bb); in scan_function()
1876 scan_expr_access (rhs, stmt, ISRA_CTX_LOAD, bb); in scan_function()
1878 scan_expr_access (lhs, stmt, ISRA_CTX_STORE, bb); in scan_function()
1904 scan_expr_access (gimple_call_arg (stmt, i), stmt, in scan_function()
1910 scan_expr_access (lhs, stmt, ISRA_CTX_STORE, bb); in scan_function()
1928 scan_expr_access (t, stmt, ISRA_CTX_LOAD, bb); in scan_function()
1933 scan_expr_access (t, stmt, ISRA_CTX_STORE, bb); in scan_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-sra.cc1667 scan_expr_access (tree expr, gimple *stmt, isra_scan_context ctx, in scan_expr_access() function
1879 scan_expr_access (t, stmt, ISRA_CTX_LOAD, bb); in scan_function()
1889 scan_expr_access (rhs, stmt, ISRA_CTX_LOAD, bb); in scan_function()
1891 scan_expr_access (lhs, stmt, ISRA_CTX_STORE, bb); in scan_function()
1917 scan_expr_access (gimple_call_arg (stmt, i), stmt, in scan_function()
1923 scan_expr_access (lhs, stmt, ISRA_CTX_STORE, bb); in scan_function()
1941 scan_expr_access (t, stmt, ISRA_CTX_LOAD, bb); in scan_function()
1946 scan_expr_access (t, stmt, ISRA_CTX_STORE, bb); in scan_function()
H A DChangeLog-20196125 (scan_expr_access, check_all_callers_for_issues): Fix typo
13749 * ipa-sra.c (scan_expr_access): Check that offset is non-negative.