|
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 |
| enum tree_code cost_pair::comp |
Referenced by rewrite_use_compare(), and set_use_iv_cost().
| comp_cost cost_pair::cost |
| bitmap cost_pair::depends_on |
Referenced by determine_use_iv_costs(), free_loop_data(), iv_ca_has_deps(), iv_ca_set_cp(), iv_ca_set_no_cp(), and set_use_iv_cost().
| int cost_pair::inv_expr_id |
Referenced by determine_use_iv_costs(), iv_ca_set_cp(), iv_ca_set_no_cp(), and set_use_iv_cost().
| tree cost_pair::value |
Referenced by rewrite_use_compare(), and set_use_iv_cost().