Home
last modified time | relevance | path

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

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