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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 4253 WRITES_GLOBAL_MEMORY, READS_GLOBAL_MEMORY and USES_GLOBAL_MEMORY. */
4259 bool *uses_global_memory)
4266 gcc_assert (!uses_global_memory || reads_global_memory);
4276 if (reads_global_memory && uses_global_memory
4279 *uses_global_memory = false;
4282 || (uses_global_memory && *uses_global_memory)
4294 if (uses_global_memory)
4295 *uses_global_memory = false;
7636 bool uses_global_memory = true local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 4221 WRITES_GLOBAL_MEMORY, READS_GLOBAL_MEMORY and USES_GLOBAL_MEMORY. */
4227 bool *uses_global_memory)
4234 gcc_assert (!uses_global_memory || reads_global_memory);
4244 if (reads_global_memory && uses_global_memory
4247 *uses_global_memory = false;
4250 || (uses_global_memory && *uses_global_memory)
4262 if (uses_global_memory)
4263 *uses_global_memory = false;
7630 bool uses_global_memory = true local
    [all...]

Completed in 36 milliseconds