GCC Middle and Back End API Reference
|
Data Fields | |
struct iv_cand * | cand |
comp_cost | cost |
bitmap | depends_on |
tree | value |
enum tree_code | comp |
int | inv_expr_id |
The candidate - cost pair.
struct iv_cand* cost_pair::cand |
Referenced by iv_ca_add_use(), and iv_ca_set_cp().
enum tree_code cost_pair::comp |
comp_cost cost_pair::cost |
Referenced by alloc_use_cost_map(), find_iv_candidates(), and iv_ca_set_cp().
bitmap cost_pair::depends_on |
Referenced by ivopts_global_cost_for_size().
int cost_pair::inv_expr_id |
tree cost_pair::value |