Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h129 EdgeId YZEId = G.findEdge(YNId, ZNId); in applyR2() local
131 if (YZEId == G.invalidEdgeId()) { in applyR2()
132 YZEId = G.addEdge(YNId, ZNId, Delta); in applyR2()
134 const Matrix &YZECosts = G.getEdgeCosts(YZEId); in applyR2()
135 if (YNId == G.getEdgeNode1Id(YZEId)) { in applyR2()
136 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2()
138 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()