Searched refs:queue_update_cost (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ira-color.c | 1197 queue_update_cost (ira_allocno_t allocno, int divisor) in queue_update_cost() function 1306 queue_update_cost (another_allocno, divisor * COST_HOP_DIVISOR); in update_copy_costs() 1386 queue_update_cost (another_allocno, divisor * COST_HOP_DIVISOR); in update_conflict_hard_regno_costs() 1652 queue_update_cost (conflict_a, COST_HOP_DIVISOR); in assign_hard_reg() 1666 queue_update_cost (a, COST_HOP_DIVISOR); in assign_hard_reg()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | ira-color.c | 1265 queue_update_cost (ira_allocno_t allocno, ira_allocno_t from, int divisor) in queue_update_cost() function 1402 queue_update_cost (another_allocno, allocno, divisor * COST_HOP_DIVISOR); in update_costs_from_allocno() 1571 queue_update_cost (another_allocno, allocno, divisor * COST_HOP_DIVISOR); in update_conflict_hard_regno_costs() 1846 queue_update_cost (conflict_a, NULL, COST_HOP_DIVISOR); in assign_hard_reg() 1861 queue_update_cost (a, NULL, COST_HOP_DIVISOR); in assign_hard_reg()
|