Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp167 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
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()
732 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize()
770 void ThinLTOCodeGenerator::optimize(Module &TheModule) { in optimize()
839 auto TheModule = in run() local
[all …]
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 DLTOCodeGenerator.cpp368 Module &TheModule, in preserveDiscardableGVs()
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp471 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile()
566 auto TheModule = loadModule(Filename, Ctx); in distributedIndexes() local
601 auto TheModule = loadModule(Filename, Ctx); in emitImports() local
625 auto TheModule = loadModule(Filename, Ctx); in promote() local
656 auto TheModule = loadModule(Filename, Ctx); in import() local
687 auto TheModule = loadModule(Filename, Ctx); in internalize() local
710 auto TheModule = loadModule(Filename, Ctx); in optimize() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp28 Module &TheModule; member in __anonad8dda840111::ModuleHasher
H A DCloneFunction.cpp51 Module *TheModule = F ? F->getParent() : nullptr; in CloneBasicBlock() local
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h85 const Module *TheModule; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h55 Module &TheModule; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h123 llvm::Module &TheModule; variable
H A DCGCUDANV.cpp43 llvm::Module &TheModule; member in __anon4ac00a180111::CGNVCUDARuntime
H A DBackendUtil.cpp82 Module *TheModule; member in __anonf19209130111::EmitAssemblyHelper
H A DCodeGenModule.h298 llvm::Module &TheModule; variable
H A DCGObjCGNU.cpp113 llvm::Module &TheModule; member in __anon0fc3211f0111::CGObjCGNU
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp416 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl
625 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl()
2005 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
H A DBitcodeReader.cpp443 Module *TheModule = nullptr; member in __anond7564fed0411::BitcodeReader
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp937 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolvePrevailingInModule()
1006 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86WinEHState.cpp86 Module *TheModule = nullptr; member in __anon7bd348620111::WinEHStatePass
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp2073 Module *TheModule = I->second; in loadGlobalModuleIndex() local
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp673 const Module* TheModule; member in llvm::SlotTracker
2330 const Module *TheModule = nullptr; member in __anon1811b1fd0611::AssemblyWriter