Searched refs:hash_arg_in_memory_p (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cse.cc | 2208 int *do_not_record_p, int *hash_arg_in_memory_p, in hash_rtx_cb() argument 2230 hash_arg_in_memory_p, have_reg_qty, cb); in hash_rtx_cb() 2351 do_not_record_p, hash_arg_in_memory_p, in hash_rtx_cb() 2391 if (hash_arg_in_memory_p && !MEM_READONLY_P (x)) in hash_rtx_cb() 2392 *hash_arg_in_memory_p = 1; in hash_rtx_cb() 2412 if (hash_arg_in_memory_p && !MEM_READONLY_P (x)) in hash_rtx_cb() 2413 *hash_arg_in_memory_p = 1; in hash_rtx_cb() 2460 do_not_record_p, hash_arg_in_memory_p, in hash_rtx_cb() 2498 hash_arg_in_memory_p, in hash_rtx_cb() 2505 hash_arg_in_memory_p, in hash_rtx_cb() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cse.c | 2229 int *do_not_record_p, int *hash_arg_in_memory_p, in hash_rtx_cb() argument 2251 hash_arg_in_memory_p, have_reg_qty, cb); in hash_rtx_cb() 2372 do_not_record_p, hash_arg_in_memory_p, in hash_rtx_cb() 2412 if (hash_arg_in_memory_p && !MEM_READONLY_P (x)) in hash_rtx_cb() 2413 *hash_arg_in_memory_p = 1; in hash_rtx_cb() 2433 if (hash_arg_in_memory_p && !MEM_READONLY_P (x)) in hash_rtx_cb() 2434 *hash_arg_in_memory_p = 1; in hash_rtx_cb() 2482 do_not_record_p, hash_arg_in_memory_p, in hash_rtx_cb() 2520 hash_arg_in_memory_p, in hash_rtx_cb() 2527 hash_arg_in_memory_p, in hash_rtx_cb() [all …]
|