Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc226 out_degree_(interval->HasRegister() ? std::numeric_limits<size_t>::max() : 0), in InterferenceNode()
250 out_degree_ += EdgeWeightWith(other); in AddInterference()
254 out_degree_ += EdgeWeightWith(other); in AddInterference()
266 out_degree_ -= EdgeWeightWith(other); in RemoveInterference()
289 DCHECK(!IsPrecolored() || out_degree_ == std::numeric_limits<size_t>::max()); in GetOutDegree()
290 return out_degree_; in GetOutDegree()
389 size_t out_degree_; member in art::InterferenceNode