Home
last modified time | relevance | path

Searched refs:reg_cost (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-color.cc3836 int reg_cost in move_spill_restore() local
3859 reg_cost = spill_cost; in move_spill_restore()
3861 reg_cost = MIN (reg_cost, spill_cost); in move_spill_restore()
3863 cost -= ALLOCNO_MEMORY_COST (subloop_allocno) - reg_cost; in move_spill_restore()
Dcse.cc1528 machine_mode mode, int cost, int reg_cost) in insert_with_costs() argument
1551 elt->regcost = reg_cost; in insert_with_costs()