Home
last modified time | relevance | path

Searched refs:queue_update_cost (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c1268 queue_update_cost (ira_allocno_t allocno, ira_allocno_t start, in queue_update_cost() function
1437 queue_update_cost (another_allocno, start, allocno, in update_costs_from_allocno()
1608 queue_update_cost (another_allocno, start, from, divisor * COST_HOP_DIVISOR); in update_conflict_hard_regno_costs()
1877 queue_update_cost (conflict_a, conflict_a, NULL, COST_HOP_DIVISOR); in assign_hard_reg()
1891 queue_update_cost (a, a, NULL, COST_HOP_DIVISOR); in assign_hard_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-color.cc1273 queue_update_cost (ira_allocno_t allocno, ira_allocno_t start, in queue_update_cost() function
1479 queue_update_cost (another_allocno, start, allocno, in update_costs_from_allocno()
1661 queue_update_cost (another_allocno, start, from, divisor * COST_HOP_DIVISOR); in update_conflict_hard_regno_costs()
2126 queue_update_cost (conflict_a, conflict_a, NULL, COST_HOP_DIVISOR); in assign_hard_reg()
2140 queue_update_cost (a, a, NULL, COST_HOP_DIVISOR); in assign_hard_reg()
H A DChangeLog-202035412 (queue_update_cost, get_next_update_cost): Add new arg start.
35419 allocnos_conflict_p. Adjust calls of queue_update_cost and
35421 (assign_hard_reg): Adjust calls of queue_update_cost. Add
H A DChangeLog-20085846 (queue_update_cost): Likewise.
5857 (assign_hard_reg): Use queue_update_cost instead of
H A DChangeLog-201311518 (queue_update_cost, get_next_update_cost): Add new param from.