Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc76 static size_t CostForMoveAt(size_t position, const SsaLivenessAnalysis& liveness) { in CostForMoveAt() function
102 return CostForMoveAt(position, liveness); in ComputeCoalescePriority()
178 use_weight += CostForMoveAt(interval->GetStart() + 1, liveness); in ComputeSpillWeight()
190 use_weight += CostForMoveAt(use.GetUser()->GetLifetimePosition() - 1, liveness); in ComputeSpillWeight()