GCC Middle and Back End API Reference
|
Data Fields | |
int | hard_regno |
int | divisor |
struct update_cost_record * | next |
Info about changing hard reg costs of an allocno.
int update_cost_record::divisor |
Divisor used when we changed the cost of HARD_REGNO.
Referenced by update_allocno_cost(), and update_costs_from_allocno().
int update_cost_record::hard_regno |
Hard regno for which we changed the cost.
Referenced by update_allocno_cost(), and update_costs_from_allocno().
struct update_cost_record* update_cost_record::next |
Next record for given allocno.
Referenced by update_allocno_cost().