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

Data Fields

struct cgraph_edgecs
struct ipa_cst_ref_descnext_duplicate
int refcount

Detailed Description

Description of a reference to an IPA constant.


Field Documentation

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().


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