Lines Matching defs:MMI
40 MachineModuleInfo::MachineModuleInfo(MachineModuleInfo &&MMI)
41 : TM(std::move(MMI.TM)),
44 MachineFunctions(std::move(MMI.MachineFunctions)) {
46 ObjFileMMI = MMI.ObjFileMMI;
47 ExternalContext = MMI.ExternalContext;
48 TheModule = MMI.TheModule;
134 MachineModuleInfo &MMI =
136 MMI.deleteMachineFunctionFor(F);
155 : ImmutablePass(ID), MMI(TM) {
161 : ImmutablePass(ID), MMI(TM, ExtContext) {
196 MMI.initialize();
197 MMI.TheModule = &M;
199 MMI.getContext().setDiagnosticHandler(
213 MMI.finalize();
221 MMI.TheModule = &M;
223 MMI.getContext().setDiagnosticHandler(
233 return Result(MMI);