Lines Matching refs:node_g
1070 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()
1146 bitmap_ior_into (node_g->statics_written, in static_execute()
1188 ipa_reference_global_vars_info_t node_g; in static_execute() local
1196 node_g = node_info->global; in static_execute()
1246 EXECUTE_IF_SET_IN_BITMAP (node_g->statics_read, in static_execute()
1253 EXECUTE_IF_SET_IN_BITMAP (node_g->statics_written, in static_execute()
1266 ipa_reference_global_vars_info_t node_g; in static_execute() local
1269 node_g = node_info->global; in static_execute()
1273 node_g->statics_not_read = BITMAP_ALLOC (&ipa_obstack); in static_execute()
1274 node_g->statics_not_written = BITMAP_ALLOC (&ipa_obstack); in static_execute()
1276 if (node_g->statics_read != all_module_statics) in static_execute()
1278 bitmap_and_compl (node_g->statics_not_read, in static_execute()
1280 node_g->statics_read); in static_execute()
1283 if (node_g->statics_written in static_execute()
1285 bitmap_and_compl (node_g->statics_not_written, in static_execute()
1287 node_g->statics_written); in static_execute()