GCC Middle and Back End API Reference
|
Data Fields | |
struct iv_cand * | cand |
comp_cost | cost |
enum tree_code | comp |
bitmap | inv_vars |
bitmap | inv_exprs |
tree | value |
The candidate - cost pair.
struct iv_cand* cost_pair::cand |
enum tree_code cost_pair::comp |
Referenced by rewrite_use_compare(), and set_group_iv_cost().
comp_cost cost_pair::cost |
Referenced by determine_group_iv_costs(), iv_ca_dump(), iv_ca_extend(), iv_ca_recount_cost(), iv_ca_set_cp(), iv_ca_set_no_cp(), and set_group_iv_cost().
bitmap cost_pair::inv_exprs |
Referenced by determine_group_iv_costs(), free_loop_data(), iv_ca_set_cp(), iv_ca_set_no_cp(), and set_group_iv_cost().
bitmap cost_pair::inv_vars |
Referenced by determine_group_iv_costs(), free_loop_data(), iv_ca_set_cp(), iv_ca_set_no_cp(), and set_group_iv_cost().
tree cost_pair::value |
Referenced by rewrite_use_compare(), and set_group_iv_cost().