Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc250 out_degree_ += EdgeWeightWith(other); in AddInterference()
254 out_degree_ += EdgeWeightWith(other); in AddInterference()
266 out_degree_ -= EdgeWeightWith(other); in RemoveInterference()
357 size_t EdgeWeightWith(const InterferenceNode* other) const { in EdgeWeightWith() function in art::InterferenceNode
1661 high_degree_interferences += from->EdgeWeightWith(adj); in UncoloredHeuristic()
1671 if (adj->GetOutDegree() - into->EdgeWeightWith(adj) < num_regs_) { in UncoloredHeuristic()
1672 high_degree_interferences -= from->EdgeWeightWith(adj); in UncoloredHeuristic()
1675 high_degree_interferences += into->EdgeWeightWith(adj); in UncoloredHeuristic()