Searched refs:costMat (Results 1 – 2 of 2) sorted by relevance
317 PBQP::Matrix &costMat, in addInterferenceCosts() argument321 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Matrix height mismatch."); in addInterferenceCosts()322 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Matrix width mismatch."); in addInterferenceCosts()331 costMat[i + 1][j + 1] = std::numeric_limits<PBQP::PBQPNum>::infinity(); in addInterferenceCosts()427 PBQP::Matrix &costMat, in addVirtRegCoalesce() argument432 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()433 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()441 costMat[i + 1][j + 1] += -benefit; in addVirtRegCoalesce()
135 void addInterferenceCosts(PBQP::Matrix &costMat,158 void addVirtRegCoalesce(PBQP::Matrix &costMat,