Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-reference.cc59 bitmap statics_read; member
70 bitmap statics_read; member
78 bitmap statics_read; member
214 return info->statics_read; in ipa_reference_get_read_global()
389 bool read_all = x_global->statics_read == all_module_statics; in propagate_bits()
414 if (!y_global->statics_read) in propagate_bits()
422 union_static_var_sets (x_global->statics_read, in propagate_bits()
423 y_global->statics_read); in propagate_bits()
494 info->local.statics_read = BITMAP_ALLOC (&local_info_obstack); in init_function_info()
496 info->global.statics_read = NULL; in init_function_info()
[all …]
H A DChangeLog-20197132 info->global.statics_read.
9008 statics_not_read and statics_not_written to statics_read and
H A DChangeLog-200413058 statics_read, statics_written, local, calls_read_all,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-reference.c59 bitmap statics_read; member
70 bitmap statics_read; member
78 bitmap statics_read; member
214 return info->statics_read; in ipa_reference_get_read_global()
389 bool read_all = x_global->statics_read == all_module_statics; in propagate_bits()
414 if (!y_global->statics_read) in propagate_bits()
422 union_static_var_sets (x_global->statics_read, in propagate_bits()
423 y_global->statics_read); in propagate_bits()
494 info->local.statics_read = BITMAP_ALLOC (&local_info_obstack); in init_function_info()
496 info->global.statics_read = NULL; in init_function_info()
[all …]