#include "bitmap.h"#include "tree.h"


Go to the source code of this file.
Data Types | |
| type | ipa_reference_local_vars_info_d |
| type | ipa_reference_global_vars_info_d |
| type | ipa_reference_vars_info_d |
Typedefs | |
| typedef struct ipa_reference_local_vars_info_d * | ipa_reference_local_vars_info_t |
| typedef struct ipa_reference_global_vars_info_d * | ipa_reference_global_vars_info_t |
| typedef struct ipa_reference_vars_info_d * | ipa_reference_vars_info_t |
Functions/Subroutines | |
| bitmap | ipa_reference_get_read_local (tree fn) |
| bitmap | ipa_reference_get_written_local (tree fn) |
| bitmap | ipa_reference_get_read_global (tree fn) |
| bitmap | ipa_reference_get_written_global (tree fn) |
| bitmap | ipa_reference_get_not_read_global (tree fn) |
| bitmap | ipa_reference_get_not_written_global (tree fn) |
Definition at line 64 of file ipa-reference.h.
Definition at line 63 of file ipa-reference.h.
Definition at line 72 of file ipa-reference.h.
Definition at line 208 of file ipa-reference.c.
References g, get_global_reference_vars_info(), NULL, and ipa_reference_global_vars_info_d::statics_not_read.
Referenced by add_call_clobber_ops(), and add_call_read_ops().
Definition at line 223 of file ipa-reference.c.
References g, get_global_reference_vars_info(), NULL, and ipa_reference_global_vars_info_d::statics_not_written.
Referenced by add_call_clobber_ops().
Definition at line 179 of file ipa-reference.c.
References g, get_global_reference_vars_info(), NULL, and ipa_reference_global_vars_info_d::statics_read.
Definition at line 151 of file ipa-reference.c.
References get_local_reference_vars_info(), NULL, and ipa_reference_local_vars_info_d::statics_read.
Definition at line 194 of file ipa-reference.c.
References g, get_global_reference_vars_info(), NULL, and ipa_reference_global_vars_info_d::statics_written.
Definition at line 165 of file ipa-reference.c.
References get_local_reference_vars_info(), NULL, and ipa_reference_local_vars_info_d::statics_written.
1.5.6