Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h41 NodeId MId = G.getEdgeOtherNodeId(EId, NId); in applyR1()
90 NodeId YNId = G.getEdgeOtherNodeId(YXEId, NId), in applyR2()
91 ZNId = G.getEdgeOtherNodeId(ZXEId, NId); in applyR2()
DGraph.h560 NodeId getEdgeOtherNodeId(EdgeId EId, NodeId NId) { in getEdgeOtherNodeId() function
637 disconnectEdge(AEId, getEdgeOtherNodeId(AEId, NId)); in disconnectAllNeighborsFromNode()