Lines Matching defs:TheModule
95 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
162 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule()
180 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
215 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
239 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule()
328 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule()
432 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
684 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote()
736 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
776 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
814 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports()
860 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize()
923 void ThinLTOCodeGenerator::optimize(Module &TheModule) { in optimize()
1000 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() local
1185 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run() local