Lines Matching defs:TheModule
83 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
150 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule()
167 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
201 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
223 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule()
265 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule()
383 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
596 void ThinLTOCodeGenerator::promote(Module &TheModule, in promote()
635 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
665 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
695 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports()
732 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize()
770 void ThinLTOCodeGenerator::optimize(Module &TheModule) { in optimize()
839 auto TheModule = in run() local
984 auto TheModule = in run() local