|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct cgraph_edge * | cs |
| struct ipa_cst_ref_desc * | next_duplicate |
| int | refcount |
Description of a reference to an IPA constant.
| struct cgraph_edge* ipa_cst_ref_desc::cs |
Edge that corresponds to the statement which took the reference.
Referenced by ipa_free_all_edge_args(), and ipa_free_node_params_substructures().
| struct ipa_cst_ref_desc* ipa_cst_ref_desc::next_duplicate |
Linked list of duplicates created when call graph edges are cloned.
Referenced by ipa_free_all_edge_args(), and ipa_free_node_params_substructures().
| int ipa_cst_ref_desc::refcount |
Number of references in IPA structures, IPA_UNDESCRIBED_USE if the value if out of control.
Referenced by ipa_free_all_edge_args(), and ipa_free_node_params_substructures().