Home
last modified time | relevance | path

Searched refs:eCosts (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
DBriggs.h314 Matrix &eCosts = getGraph().getEdgeCosts(eItr); in computeEdgeContributions() local
316 unsigned numRegs = eCosts.getRows() - 1, in computeEdgeContributions()
317 numReverseRegs = eCosts.getCols() - 1; in computeEdgeContributions()
331 if (eCosts[i + 1][j + 1] == in computeEdgeContributions()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DHeuristicSolver.h244 const Matrix &eCosts = g.getEdgeCosts(eItr); in applyR1() local
252 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()