Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dipa-reference.c1070 ipa_reference_global_vars_info_t node_g = in static_execute() local
1087 node_info->global = node_g; in static_execute()
1110 node_g->statics_read = all_module_statics; in static_execute()
1113 node_g->statics_read = BITMAP_ALLOC (&ipa_obstack); in static_execute()
1114 bitmap_copy (node_g->statics_read, in static_execute()
1119 node_g->statics_written = all_module_statics; in static_execute()
1122 node_g->statics_written = BITMAP_ALLOC (&ipa_obstack); in static_execute()
1123 bitmap_copy (node_g->statics_written, in static_execute()
1136 w_ri->global = node_g; in static_execute()
1143 bitmap_ior_into (node_g->statics_read, in static_execute()
[all …]