GCC Middle and Back End API Reference
|
#include <ipa-cp.h>
Data Fields | |
HOST_WIDE_INT | offset |
cgraph_edge * | cs |
ipcp_value< valtype > * | val |
ipcp_value_source * | next |
int | index |
Describes a particular source for an IPA-CP value.
cgraph_edge* ipcp_value_source< valtype >::cs |
int ipcp_value_source< valtype >::index |
Referenced by ipcp_value< valtype >::add_source(), cgraph_edge_brings_value_p(), and cgraph_edge_brings_value_p().
ipcp_value_source* ipcp_value_source< valtype >::next |
Referenced by ipcp_value< valtype >::add_source(), value_topo_info< valtype >::add_val(), ipcp_lattice< valtype >::add_value(), gather_edges_for_value(), get_info_about_necessary_edges(), perhaps_add_new_callers(), ipcp_lattice< valtype >::print(), value_topo_info< valtype >::propagate_effects(), and propagate_vals_across_arith_jfunc().
HOST_WIDE_INT ipcp_value_source< valtype >::offset |
Referenced by ipcp_value< valtype >::add_source(), and cgraph_edge_brings_value_p().
ipcp_value<valtype>* ipcp_value_source< valtype >::val |