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

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c388 /* canon_hash stores 1 in do_not_record
392 static int do_not_record; variable
471 register (hard registers may require `do_not_record' to be set). */
2476 Stores 1 in do_not_record if any subexpression is volatile.
2483 return hash_rtx (x, mode, &do_not_record, &hash_arg_in_memory, true);
2486 /* Like canon_hash but with no side effects, i.e. do_not_record
2876 int save_do_not_record = do_not_record;
2931 do_not_record = 0;
2933 addr_volatile = do_not_record;
2934 do_not_record
[all...]

Completed in 52 milliseconds