Home | History | Annotate | Download | only in gcc

Lines Matching defs:uses_global_memory

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;
7635 &uses_global_memory);
7643 if (uses_global_memory)
7649 else if (uses_global_memory)