Searched refs:statics_not_written (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dipa-reference.h49 bitmap statics_not_written; member in struct:ipa_reference_global_vars_info_d
H A Dipa-reference.c227 return g->statics_not_written;
877 if (g->statics_not_written
878 && g->statics_not_written != all_module_statics)
879 BITMAP_FREE (g->statics_not_written);
1276 node_g->statics_not_written = BITMAP_ALLOC (&ipa_obstack);
1287 bitmap_and_compl (node_g->statics_not_written,

Completed in 51 milliseconds