Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DHeuristicSolver.h245 const Vector &xCosts = g.getNodeCosts(xnItr); in applyR1() local
252 PBQPNum min = eCosts[0][j] + xCosts[0]; in applyR1()
253 for (unsigned i = 1; i < xCosts.getLength(); ++i) { in applyR1()
254 PBQPNum c = eCosts[i][j] + xCosts[i]; in applyR1()
265 PBQPNum min = eCosts[i][0] + xCosts[0]; in applyR1()
266 for (unsigned j = 1; j < xCosts.getLength(); ++j) { in applyR1()
267 PBQPNum c = eCosts[i][j] + xCosts[j]; in applyR1()
291 const Vector &xCosts = g.getNodeCosts(xnItr); in applyR2() local
311 unsigned xLen = xCosts.getLength(), in applyR2()
319 PBQPNum min = (*yxeCosts)[i][0] + (*zxeCosts)[j][0] + xCosts[0]; in applyR2()
[all …]