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

/freebsd-10-stable/contrib/gcc/
H A Dipa-reference.c617 ipa_reference_global_vars_info_t x_global = x_info->global;
633 if (x_global->statics_read
639 BITMAP_FREE (x_global->statics_read);
640 x_global->statics_read
645 else if (x_global->statics_read
647 bitmap_ior_into (x_global->statics_read,
651 if (x_global->statics_written
657 BITMAP_FREE (x_global->statics_written);
658 x_global->statics_written
663 else if (x_global
616 ipa_reference_global_vars_info_t x_global = x_info->global; local
[all...]

Completed in 97 milliseconds