Searched defs:xCosts (Results 1 - 1 of 1) sorted by relevance

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

Completed in 90 milliseconds