Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/backend/common/
Dreg_alloc.cc208 weight += curr_lifetime->spill_weight(); in ConsiderSpill()
343 int spill_weight = ConsiderSpillHardReg(hard_reg, lifetime); in AllocateLifetime() local
345 "... consider spilling %s, weight %d", GetMachineHardRegDebugName(hard_reg), spill_weight); in AllocateLifetime()
346 if (best_spill_weight > spill_weight) { in AllocateLifetime()
347 best_spill_weight = spill_weight; in AllocateLifetime()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dlifetime.h268 int spill_weight() const { return spill_weight_; } in spill_weight() function