GCC Middle and Back End API Reference
update_cost_record Struct Reference
Collaboration diagram for update_cost_record:

Data Fields

int hard_regno
int divisor
struct update_cost_recordnext

Detailed Description

   Info about changing hard reg costs of an allocno.  

Field Documentation

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().


The documentation for this struct was generated from the following file: