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