Searched refs:zxeCosts (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicSolver.h307 const Matrix *zxeCosts = flipEdge2 ? local
313 zLen = zxeCosts->getRows();
319 PBQPNum min = (*yxeCosts)[i][0] + (*zxeCosts)[j][0] + xCosts[0];
321 PBQPNum c = (*yxeCosts)[i][k] + (*zxeCosts)[j][k] + xCosts[k];
334 delete zxeCosts;

Completed in 32 milliseconds