Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc4036 int callescape_id, bool writes_global_memory) in handle_call_arg() argument
4197 if (writes_global_memory) in handle_call_arg()
4214 if (writes_global_memory) in handle_call_arg()
4224 bool *writes_global_memory, in determine_global_memory_access() argument
4239 if (writes_global_memory && *writes_global_memory) in determine_global_memory_access()
4240 *writes_global_memory = summary->global_memory_written; in determine_global_memory_access()
4248 if ((writes_global_memory && *writes_global_memory) in determine_global_memory_access()
4255 if (writes_global_memory in determine_global_memory_access()
4257 *writes_global_memory = false; in determine_global_memory_access()
4279 bool writes_global_memory, in handle_rhs_call() argument
[all …]