Lines Matching defs:MId
224 PBQPRAGraph::NodeId MId,
227 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs();
239 PBQPRAGraph::NodeId MId,
242 const auto *MRegs = &G.getNodeMetadata(MId).getAllowedRegs();
366 PBQP::GraphBase::NodeId MId = getNodeId(A);
370 if (haveDisjointAllowedRegs(G, NId, MId, D))
374 IEdgeKey EK(std::min(NId, MId), std::max(NId, MId));
379 if (!createInterferenceEdge(G, NId, MId, C))
380 setDisjointAllowedRegs(G, NId, MId, D);
397 PBQPRAGraph::NodeId NId, PBQPRAGraph::NodeId MId,
402 const auto &MRegs = G.getNodeMetadata(MId).getAllowedRegs();
408 G.addEdgeBypassingCostAllocator(NId, MId, I->second);
428 PBQPRAGraph::EdgeId EId = G.addEdge(NId, MId, std::move(M));