Searched refs:high_degree_interferences (Results 1 – 1 of 1) sorted by relevance
1658 size_t high_degree_interferences = 0; in UncoloredHeuristic() local1661 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()