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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h40 NodeId MId = G.getEdgeOtherNodeId(EId, NId);
89 NodeId YNId = G.getEdgeOtherNodeId(YXEId, NId),
90 ZNId = G.getEdgeOtherNodeId(ZXEId, NId);
H A DGraph.h567 NodeId getEdgeOtherNodeId(EdgeId EId, NodeId NId) { function in class:llvm::PBQP::Graph
644 disconnectEdge(AEId, getEdgeOtherNodeId(AEId, NId));

Completed in 65 milliseconds