Lines Matching defs:Mod
51 Module Mod("Module", Ctx);
52 auto MF = createMachineFunction(Ctx, Mod);
123 Module Mod("Module", Ctx);
124 auto MF = createMachineFunction(Ctx, Mod);
204 Module Mod("Module", Ctx);
205 auto MF = createMachineFunction(Ctx, Mod);
232 Module Mod("Module", Ctx);
233 auto MF = createMachineFunction(Ctx, Mod);
249 Module Mod("Module", Ctx);
250 auto MF = createMachineFunction(Ctx, Mod);
266 Module Mod("Module", Ctx);
267 auto MF = createMachineFunction(Ctx, Mod);
347 Module Mod("Module", Ctx);
348 auto MF = createMachineFunction(Ctx, Mod);
402 Module Mod("Module", Ctx);
403 auto MF = createMachineFunction(Ctx, Mod);
479 Module Mod("Module", Ctx);
480 auto MF = createMachineFunction(Ctx, Mod);
516 Module Mod("Module", Ctx);
517 auto MF = createMachineFunction(Ctx, Mod);
534 Module Mod("Module", Ctx);
535 std::unique_ptr<MachineFunction> MF = createMachineFunction(Ctx, Mod);