Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h86 EdgeId YXEId = *AEItr, in applyR2() local
89 NodeId YNId = G.getEdgeOtherNodeId(YXEId, NId), in applyR2()
92 bool FlipEdge1 = (G.getEdgeNode1Id(YXEId) == NId), in applyR2()
96 new Matrix(G.getEdgeCosts(YXEId).transpose()) : in applyR2()
97 &G.getEdgeCosts(YXEId); in applyR2()
141 G.disconnectEdge(YXEId, YNId); in applyR2()