GCC Middle and Back End API Reference
|
Data Fields | |
int | check |
int | divisor |
ira_allocno_t | start |
ira_allocno_t | from |
ira_allocno_t | next |
Describes one element in a queue of allocnos whose costs need to be updated. Each allocno in the queue is known to have an allocno class.
int update_cost_queue_elem::check |
Referenced by queue_update_cost().
int update_cost_queue_elem::divisor |
Referenced by get_next_update_cost(), queue_update_cost(), and update_costs_from_allocno().
ira_allocno_t update_cost_queue_elem::from |
Referenced by get_next_update_cost(), queue_update_cost(), and update_costs_from_allocno().
ira_allocno_t update_cost_queue_elem::next |
Referenced by get_next_update_cost(), and queue_update_cost().
ira_allocno_t update_cost_queue_elem::start |
Referenced by get_next_update_cost(), queue_update_cost(), and update_costs_from_allocno().