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