Lines Matching refs:NodeId
185 typedef std::pair<PBQP::GraphBase::NodeId, PBQP::GraphBase::NodeId> IEdgeKey;
188 bool haveDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, in haveDisjointAllowedRegs()
189 PBQPRAGraph::NodeId MId, in haveDisjointAllowedRegs()
203 void setDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, in setDisjointAllowedRegs()
204 PBQPRAGraph::NodeId MId, in setDisjointAllowedRegs()
221 typedef std::tuple<LiveInterval*, size_t, PBQP::GraphBase::NodeId>
232 static PBQP::GraphBase::NodeId getNodeId(const IntervalInfo &I) { in getNodeId()
329 PBQP::GraphBase::NodeId NId = getNodeId(Cur); in apply()
331 PBQP::GraphBase::NodeId MId = getNodeId(A); in apply()
363 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, in createInterferenceEdge()
429 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
444 PBQPRAGraph::NodeId N1Id = G.getMetadata().getNodeIdForVReg(DstReg); in apply()
445 PBQPRAGraph::NodeId N2Id = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
620 PBQPRAGraph::NodeId NId = G.addNode(std::move(NodeCosts)); in initializeGraph()
810 static Printable PrintNodeInfo(PBQP::RegAlloc::PBQPRAGraph::NodeId NId, in PrintNodeInfo()
830 NodeId N1Id = getEdgeNode1Id(EId); in dump()
831 NodeId N2Id = getEdgeNode2Id(EId); in dump()