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

  /src/external/gpl3/gcc/dist/gcc/
cse.cc 344 /* canon_hash stores 1 in hash_arg_in_memory
347 static int hash_arg_in_memory; variable
1750 hash_arg_in_memory = 0;
1770 new_elt->in_memory = hash_arg_in_memory;
2568 Stores 1 in hash_arg_in_memory if X contains a mem rtx which
2574 return hash_rtx (x, mode, &do_not_record, &hash_arg_in_memory, true);
2578 and hash_arg_in_memory are not changed. */
3986 hash_arg_in_memory = 0;
3988 op0_in_memory = hash_arg_in_memory;
3994 hash_arg_in_memory = 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 346 /* canon_hash stores 1 in hash_arg_in_memory
349 static int hash_arg_in_memory; variable
1743 hash_arg_in_memory = 0;
1763 new_elt->in_memory = hash_arg_in_memory;
2569 Stores 1 in hash_arg_in_memory if X contains a mem rtx which
2575 return hash_rtx (x, mode, &do_not_record, &hash_arg_in_memory, true);
2579 and hash_arg_in_memory are not changed. */
3994 hash_arg_in_memory = 0;
3996 op0_in_memory = hash_arg_in_memory;
4002 hash_arg_in_memory = 0
    [all...]

Completed in 43 milliseconds