Searched refs:eCosts (Results 1 – 2 of 2) sorted by relevance
314 Matrix &eCosts = getGraph().getEdgeCosts(eItr); in computeEdgeContributions() local316 unsigned numRegs = eCosts.getRows() - 1, in computeEdgeContributions()317 numReverseRegs = eCosts.getCols() - 1; in computeEdgeContributions()331 if (eCosts[i + 1][j + 1] == in computeEdgeContributions()
244 const Matrix &eCosts = g.getEdgeCosts(eItr); in applyR1() local252 PBQPNum min = eCosts[0][j] + xCosts[0]; in applyR1()254 PBQPNum c = eCosts[i][j] + xCosts[i]; in applyR1()265 PBQPNum min = eCosts[i][0] + xCosts[0]; in applyR1()267 PBQPNum c = eCosts[i][j] + xCosts[j]; in applyR1()