Lines Matching refs:NodeId
192 typedef std::pair<PBQP::GraphBase::NodeId, PBQP::GraphBase::NodeId> IEdgeKey;
195 bool haveDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, in haveDisjointAllowedRegs()
196 PBQPRAGraph::NodeId MId, in haveDisjointAllowedRegs()
210 void setDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, in setDisjointAllowedRegs()
211 PBQPRAGraph::NodeId MId, in setDisjointAllowedRegs()
228 typedef std::tuple<LiveInterval*, size_t, PBQP::GraphBase::NodeId>
239 static PBQP::GraphBase::NodeId getNodeId(const IntervalInfo &I) { in getNodeId()
336 PBQP::GraphBase::NodeId NId = getNodeId(Cur); in apply()
338 PBQP::GraphBase::NodeId MId = getNodeId(A); in apply()
370 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, in createInterferenceEdge()
436 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
451 PBQPRAGraph::NodeId N1Id = G.getMetadata().getNodeIdForVReg(DstReg); in apply()
452 PBQPRAGraph::NodeId N2Id = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
627 PBQPRAGraph::NodeId NId = G.addNode(std::move(NodeCosts)); in initializeGraph()
829 static Printable PrintNodeInfo(PBQP::RegAlloc::PBQPRAGraph::NodeId NId, in PrintNodeInfo()
849 NodeId N1Id = getEdgeNode1Id(EId); in dump()
850 NodeId N2Id = getEdgeNode2Id(EId); in dump()