Searched defs:MId (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | OcamlGCPrinter.cpp | 52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 224 haveDisjointAllowedRegs(const PBQPRAGraph & G,PBQPRAGraph::NodeId NId,PBQPRAGraph::NodeId MId,const DisjointAllowedRegsCache & D) const haveDisjointAllowedRegs() argument 239 setDisjointAllowedRegs(const PBQPRAGraph & G,PBQPRAGraph::NodeId NId,PBQPRAGraph::NodeId MId,DisjointAllowedRegsCache & D) setDisjointAllowedRegs() argument 366 PBQP::GraphBase::NodeId MId = getNodeId(A); apply() local 397 createInterferenceEdge(PBQPRAGraph & G,PBQPRAGraph::NodeId NId,PBQPRAGraph::NodeId MId,IMatrixCache & C) createInterferenceEdge() argument [all...] |
/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | ReductionRules.h | 41 NodeId MId = G.getEdgeOtherNodeId(EId, NId); in applyR1() local
|