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

Data Fields

tree value
struct ipcp_value_sourcesources
struct ipcp_valuenext
struct ipcp_valuescc_next
struct ipcp_valuetopo_next
struct cgraph_nodespec_node
int dfs
int low_link
int local_time_benefit
int local_size_cost
int prop_time_benefit
int prop_size_cost
bool on_stack

Detailed Description

Describes one particular value stored in struct ipcp_lattice.   

Field Documentation

int ipcp_value::dfs

Referenced by add_val_to_toposort().

int ipcp_value::local_size_cost
int ipcp_value::local_time_benefit
int ipcp_value::low_link

Referenced by add_val_to_toposort().

bool ipcp_value::on_stack

Referenced by add_val_to_toposort().

int ipcp_value::prop_size_cost
int ipcp_value::prop_time_benefit
struct ipcp_value* ipcp_value::scc_next
struct cgraph_node* ipcp_value::spec_node
struct ipcp_value* ipcp_value::topo_next

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