|
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 |
| 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 |