Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcse.c392 static int do_not_record; variable
2470 return hash_rtx (x, mode, &do_not_record, &hash_arg_in_memory, true); in canon_hash()
2859 int save_do_not_record = do_not_record; in find_best_addr()
2914 do_not_record = 0; in find_best_addr()
2916 addr_volatile = do_not_record; in find_best_addr()
2917 do_not_record = save_do_not_record; in find_best_addr()
2986 do_not_record = 0; in find_best_addr()
2988 do_not_record = save_do_not_record; in find_best_addr()
4666 do_not_record = 0; in record_jump_cond()
4671 if (do_not_record) in record_jump_cond()
[all …]
HDChangeLog-200220768 * cse.c (canon_hash): Reorder do_not_record test. Always