Searched refs:EdgeWeightWith (Results 1 – 1 of 1) sorted by relevance
250 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::InterferenceNode1661 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()