OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reads_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. */
4258
bool *
reads_global_memory
,
4266
gcc_assert (!uses_global_memory ||
reads_global_memory
);
4274
if (
reads_global_memory
&& *
reads_global_memory
)
4275
*
reads_global_memory
= summary->global_memory_read;
4276
if (
reads_global_memory
&& uses_global_memory
4278
&& !*
reads_global_memory
&& node->binds_to_current_def_p ())
4283
|| (
reads_global_memory
&& *
reads_global_memory
))
7637
bool
reads_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. */
4226
bool *
reads_global_memory
,
4234
gcc_assert (!uses_global_memory ||
reads_global_memory
);
4242
if (
reads_global_memory
&& *
reads_global_memory
)
4243
*
reads_global_memory
= summary->global_memory_read;
4244
if (
reads_global_memory
&& uses_global_memory
4246
&& !*
reads_global_memory
&& node->binds_to_current_def_p ())
4251
|| (
reads_global_memory
&& *
reads_global_memory
))
7631
bool
reads_global_memory
= true;
local
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026