Home
last modified time | relevance | path

Searched defs:TheModule (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp34 void findInModule(Module &TheModule) { in findInModule()
59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls()
123 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
H A DThinLTOCodeGenerator.cpp95 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
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()
781 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
816 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
890 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize()
[all …]
H A DLTOCodeGenerator.cpp370 Module &TheModule, in preserveDiscardableGVs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Interpreter/
H A DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp572 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile()
671 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes() local
708 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports() local
735 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote() local
768 auto TheModule = loadModuleFromInput(*Input, Ctx); in import() local
801 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize() local
826 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp27 Module &TheModule; member in __anon72e4d8130111::ModuleHasher
H A DCloneFunction.cpp52 Module *TheModule = F ? F->getParent() : nullptr; in CloneBasicBlock() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h63 llvm::Module &TheModule; variable
H A DCGCUDANV.cpp45 llvm::Module &TheModule; member in __anon3f246a1d0111::CGNVCUDARuntime
H A DCodeGenModule.h309 llvm::Module &TheModule; variable
H A DBackendUtil.cpp108 Module *TheModule; member in __anon701d26f80111::EmitAssemblyHelper
H A DCGObjCGNU.cpp99 llvm::Module &TheModule; member in __anon90b381c40111::CGObjCGNU
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h91 const Module *TheModule; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h61 Module &TheModule; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp423 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl
645 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl()
2310 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
H A DBitcodeReader.cpp484 Module *TheModule = nullptr; member in __anonba06ddfc0411::BitcodeReader
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1044 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolvePrevailingInModule()
1116 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp84 Module *TheModule = nullptr; member in __anon40a926f10111::WinEHStatePass
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1053 if (Module *TheModule = GV->getParent()) { in ConstantFoldBinaryInstruction() local
H A DAsmWriter.cpp666 const Module* TheModule; member in llvm::SlotTracker
2571 const Module *TheModule = nullptr; member in __anon315e020c0911::AssemblyWriter
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2143 Module *TheModule = I->second; in loadGlobalModuleIndex() local