Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DHeuristicSolver.h294 Graph::EdgeItr yxeItr = *aeItr, in applyR2() local
297 Graph::NodeItr ynItr = g.getEdgeOtherNode(yxeItr, xnItr), in applyR2()
300 bool flipEdge1 = (g.getEdgeNode1(yxeItr) == xnItr), in applyR2()
304 new Matrix(g.getEdgeCosts(yxeItr).transpose()) : in applyR2()
305 &g.getEdgeCosts(yxeItr); in applyR2()
378 h.handleRemoveEdge(yxeItr, ynItr); in applyR2()
379 removeSolverEdge(yxeItr); in applyR2()