Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
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
DChangeLog-20085846 (queue_update_cost): Likewise.
5857 (assign_hard_reg): Use queue_update_cost instead of
DChangeLog-201311518 (queue_update_cost, get_next_update_cost): Add new param from.