Searched refs:YXEId (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 87 EdgeId YXEId = *AEItr, in applyR2() local 90 NodeId YNId = G.getEdgeOtherNodeId(YXEId, NId), in applyR2() 93 bool FlipEdge1 = (G.getEdgeNode1Id(YXEId) == NId), in applyR2() 97 new Matrix(G.getEdgeCosts(YXEId).transpose()) : in applyR2() 98 &G.getEdgeCosts(YXEId); in applyR2() 142 G.disconnectEdge(YXEId, YNId); in applyR2()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 86 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 87 EdgeId YXEId = *AEItr, in applyR2() local 90 NodeId YNId = G.getEdgeOtherNodeId(YXEId, NId), in applyR2() 93 bool FlipEdge1 = (G.getEdgeNode1Id(YXEId) == NId), in applyR2() 97 new Matrix(G.getEdgeCosts(YXEId).transpose()) : in applyR2() 98 &G.getEdgeCosts(YXEId); in applyR2() 142 G.disconnectEdge(YXEId, YNId); in applyR2()
|