Lines Matching defs:TheModule
95 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
161 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule()
179 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
214 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
238 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule()
268 static void optimizeModuleNewPM(Module &TheModule, TargetMachine &TM, in optimizeModuleNewPM()
363 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule()
481 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
732 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote()
781 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
816 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
849 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports()
890 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize()
950 void ThinLTOCodeGenerator::optimize(Module &TheModule) { in optimize()
1022 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() local
1193 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() local