Home
last modified time | relevance | path

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

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