Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DHeuristicSolver.h336 Graph::EdgeItr yzeItr = g.findEdge(ynItr, znItr); in applyR2() local
339 if (yzeItr == g.edgesEnd()) { in applyR2()
340 yzeItr = g.addEdge(ynItr, znItr, delta); in applyR2()
343 Matrix &yzeCosts = g.getEdgeCosts(yzeItr); in applyR2()
344 h.preUpdateEdgeCosts(yzeItr); in applyR2()
345 if (ynItr == g.getEdgeNode1(yzeItr)) { in applyR2()
352 bool nullCostEdge = tryNormaliseEdgeMatrix(yzeItr); in applyR2()
356 h.postUpdateEdgeCosts(yzeItr); in applyR2()
364 h.handleRemoveEdge(yzeItr, ynItr); in applyR2()
365 h.handleRemoveEdge(yzeItr, znItr); in applyR2()
[all …]