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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicSolver.h250 Vector &yCosts = g.getNodeCosts(ynItr); local
251 for (unsigned j = 0; j < yCosts.getLength(); ++j) {
258 yCosts[j] += min;
263 Vector &yCosts = g.getNodeCosts(ynItr); local
264 for (unsigned i = 0; i < yCosts.getLength(); ++i) {
271 yCosts[i] += min;

Completed in 146 milliseconds