Lines Matching refs:NodeId
184 typedef std::pair<PBQP::GraphBase::NodeId, PBQP::GraphBase::NodeId> IEdgeKey;
187 bool haveDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, in haveDisjointAllowedRegs()
188 PBQPRAGraph::NodeId MId, in haveDisjointAllowedRegs()
202 void setDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId, in setDisjointAllowedRegs()
203 PBQPRAGraph::NodeId MId, in setDisjointAllowedRegs()
220 typedef std::tuple<LiveInterval*, size_t, PBQP::GraphBase::NodeId>
231 static PBQP::GraphBase::NodeId getNodeId(const IntervalInfo &I) { in getNodeId()
328 PBQP::GraphBase::NodeId NId = getNodeId(Cur); in apply()
330 PBQP::GraphBase::NodeId MId = getNodeId(A); in apply()
362 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId, in createInterferenceEdge()
428 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
443 PBQPRAGraph::NodeId N1Id = G.getMetadata().getNodeIdForVReg(DstReg); in apply()
444 PBQPRAGraph::NodeId N2Id = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
619 PBQPRAGraph::NodeId NId = G.addNode(std::move(NodeCosts)); in initializeGraph()
813 typedef PBQP::RegAlloc::PBQPRAGraph::NodeId NodeId; typedef in __anon03a1d19f0211::PrintNodeInfo
815 PrintNodeInfo(NodeId NId, const Graph &G) : G(G), NId(NId) {} in PrintNodeInfo()
827 NodeId NId;
845 NodeId N1Id = getEdgeNode1Id(EId); in dump()
846 NodeId N2Id = getEdgeNode2Id(EId); in dump()