GCC Middle and Back End API Reference
ipa_reference_global_vars_info_d Struct Reference
Collaboration diagram for ipa_reference_global_vars_info_d:

Data Fields

bitmap statics_read
 
bitmap statics_written
 

Detailed Description

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.  

Field Documentation

◆ statics_read

bitmap ipa_reference_global_vars_info_d::statics_read

Referenced by init_function_info().

◆ statics_written

bitmap ipa_reference_global_vars_info_d::statics_written

The documentation for this struct was generated from the following file: