Lines Matching defs:TheModule
96 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
163 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule()
181 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
216 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
240 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule()
329 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule()
433 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
676 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote()
728 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
768 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
806 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports()
856 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize()
919 void ThinLTOCodeGenerator::optimize(Module &TheModule) { in optimize()
996 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() local
1181 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() local