GCC Middle and Back End API Reference
|
Data Fields | |
struct iv_use * | use |
struct cost_pair * | old_cp |
struct cost_pair * | new_cp |
struct iv_ca_delta * | next_change |
Difference of two iv candidate assignments.
struct cost_pair* iv_ca_delta::new_cp |
Referenced by iv_ca_delta_add(), iv_ca_delta_commit(), and iv_ca_delta_reverse().
struct iv_ca_delta* iv_ca_delta::next_change |
Referenced by iv_ca_delta_add(), iv_ca_delta_commit(), iv_ca_delta_free(), iv_ca_delta_join(), and iv_ca_delta_reverse().
struct cost_pair* iv_ca_delta::old_cp |
Referenced by iv_ca_delta_add(), iv_ca_delta_commit(), and iv_ca_delta_reverse().
struct iv_use* iv_ca_delta::use |
Referenced by iv_ca_delta_add(), and iv_ca_delta_commit().