Lines Matching defs:MMM
808 auto MMM = std::make_unique<ReducerWorkItem>();
841 MMM->MMI = std::make_unique<MachineModuleInfo>(TM.get());
842 MParser->parseMachineFunctions(*M, *MMM->MMI);
843 MMM->M = std::move(M);
861 MMM->M = std::move(Result);
864 MMM->readBitcode(MemoryBufferRef(**MB), Ctxt, ToolName);
866 if (MMM->LTOInfo->IsThinLTO && MMM->LTOInfo->EnableSplitLTOUnit)
870 if (MMM->verify(&errs())) {
875 return {std::move(MMM), IsBitcode};