Lines Matching refs:MId
189 PBQPRAGraph::NodeId MId,
192 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs();
204 PBQPRAGraph::NodeId MId,
207 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs();
331 PBQP::GraphBase::NodeId MId = getNodeId(A);
335 if (haveDisjointAllowedRegs(G, NId, MId, D))
339 IEdgeKey EK(std::min(NId, MId), std::max(NId, MId));
344 if (!createInterferenceEdge(G, NId, MId, C))
345 setDisjointAllowedRegs(G, NId, MId, D);
363 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId,
369 const auto &MRegs = G.getNodeMetadata(MId).getAllowedRegs();
375 G.addEdgeBypassingCostAllocator(NId, MId, I->second);
395 PBQPRAGraph::EdgeId EId = G.addEdge(NId, MId, std::move(M));