HomeSort by: relevance | last modified time | path
    Searched defs:do_not_record (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cse.cc 339 /* canon_hash stores 1 in do_not_record if it notices a reference to PC or
342 static int do_not_record; variable
572 register (hard registers may require `do_not_record' to be set). */
1959 into the hash table for some reason, e.g. do_not_record
2567 Stores 1 in do_not_record if any subexpression is volatile.
2574 return hash_rtx (x, mode, &do_not_record, &hash_arg_in_memory, true);
2577 /* Like canon_hash but with no side effects, i.e. do_not_record
3985 do_not_record = 0;
3990 if (do_not_record)
3993 do_not_record = 0
    [all...]
dse.cc 659 int do_not_record;
660 return hash_rtx (gi->rtx_base, Pmode, &do_not_record, NULL, false);
658 int do_not_record; local
function.cc 693 int do_not_record = 0;
695 &do_not_record, NULL, false);
689 int do_not_record = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 341 /* canon_hash stores 1 in do_not_record if it notices a reference to PC or
344 static int do_not_record; variable
423 register (hard registers may require `do_not_record' to be set). */
1952 into the hash table for some reason, e.g. do_not_record
2568 Stores 1 in do_not_record if any subexpression is volatile.
2575 return hash_rtx (x, mode, &do_not_record, &hash_arg_in_memory, true);
2578 /* Like canon_hash but with no side effects, i.e. do_not_record
3993 do_not_record = 0;
3998 if (do_not_record)
4001 do_not_record = 0
    [all...]
dse.cc 656 int do_not_record;
657 return hash_rtx (gi->rtx_base, Pmode, &do_not_record, NULL, false);
655 int do_not_record; local
function.cc 691 int do_not_record = 0;
693 &do_not_record, NULL, false);
687 int do_not_record = 0; local

Completed in 31 milliseconds