GCC Middle and Back End API Reference
|
Data Fields | |
bitmap | statics_read |
bitmap | statics_written |
Statics that are read and written by some set of functions. The local ones are based on the loads and stores local to the function. The global ones are based on the local info as well as the transitive closure of the functions that are called.
bitmap ipa_reference_global_vars_info_d::statics_read |
Referenced by init_function_info(), propagate(), and propagate_bits().
bitmap ipa_reference_global_vars_info_d::statics_written |
Referenced by propagate(), and propagate_bits().