Searched refs:hash_arg_in_memory (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c394 /* canon_hash stores 1 in hash_arg_in_memory
397 static int hash_arg_in_memory; variable
1720 hash_arg_in_memory = 0;
1740 new->in_memory = hash_arg_in_memory;
2477 Stores 1 in hash_arg_in_memory if X contains a mem rtx which
2483 return hash_rtx (x, mode, &do_not_record, &hash_arg_in_memory, true);
2487 and hash_arg_in_memory are not changed. */
2877 int save_hash_arg_in_memory = hash_arg_in_memory;
2935 hash_arg_in_memory = save_hash_arg_in_memory;
3006 hash_arg_in_memory
[all...]

Completed in 117 milliseconds