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

/freebsd-9.3-release/contrib/gcc/
H A Dipa-reference.h32 bitmap statics_read; member in struct:ipa_reference_local_vars_info_d
46 bitmap statics_read; member in struct:ipa_reference_global_vars_info_d
H A Dipa-reference.c155 return l->statics_read;
183 return g->statics_read;
302 bitmap_set_bit (local->statics_read, DECL_UID (t));
633 if (x_global->statics_read
636 if (y_global->statics_read
639 BITMAP_FREE (x_global->statics_read);
640 x_global->statics_read
645 else if (x_global->statics_read
646 != y_global->statics_read)
647 bitmap_ior_into (x_global->statics_read,
[all...]

Completed in 82 milliseconds