Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1658 size_t high_degree_interferences = 0; in UncoloredHeuristic() local
1661 high_degree_interferences += from->EdgeWeightWith(adj); in UncoloredHeuristic()
1672 high_degree_interferences -= from->EdgeWeightWith(adj); in UncoloredHeuristic()
1675 high_degree_interferences += into->EdgeWeightWith(adj); in UncoloredHeuristic()
1680 return high_degree_interferences < num_regs_; in UncoloredHeuristic()