Lines Matching defs:TheModule
94 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
160 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule()
178 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
213 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
237 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule()
326 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule()
445 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
698 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote()
748 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
783 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
816 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports()
857 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize()
918 void ThinLTOCodeGenerator::optimize(Module &TheModule) { in optimize()
995 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() local
1175 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() local