Searched refs:CostMat (Results 1 – 1 of 1) sorted by relevance
473 PBQPRAGraph::RawMatrix &CostMat, in addVirtRegCoalesce() argument477 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()478 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()484 CostMat[I + 1][J + 1] -= Benefit; in addVirtRegCoalesce()