GCC Middle and Back End API Reference
|
Data Fields | |
struct ipcp_value * | values |
int | values_count |
bool | contains_variable |
bool | bottom |
Lattice describing potential values of a formal parameter of a function, or a part of an aggreagate. TOP is represented by a lattice with zero values and with contains_variable and bottom flags cleared. BOTTOM is represented by a lattice with the bottom flag set. In that case, values and contains_variable flag should be disregarded.
bool ipcp_lattice::bottom |
bool ipcp_lattice::contains_variable |
struct ipcp_value* ipcp_lattice::values |
Referenced by add_all_node_vals_to_toposort(), add_value_to_lattice(), cgraph_edge_brings_value_p(), decide_whether_version_node(), estimate_local_effects(), gather_context_independent_values(), intersect_with_plats(), ipa_value_from_jfunc(), print_lattice(), propagate_vals_accross_ancestor(), and propagate_vals_accross_pass_through().
int ipcp_lattice::values_count |