Home
last modified time | relevance | path

Searched refs:Internalize (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Linker/
H A DLinkModules.cpp40 StringSet<> Internalize; member in __anonc32cbb7b0111::ModuleLinker
405 Internalize.insert(GV.getName()); in addLazyFor()
419 Internalize.insert(GV2->getName()); in addLazyFor()
569 Internalize.insert(GV->getName()); in run()
591 InternalizeCallback(DstM, Internalize); in run()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DCMakeLists.txt28 Internalize.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/
H A DBUILD.gn48 "Internalize.cpp",
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCodeGenAction.h40 bool Internalize; member
/llvm-project-15.0.7/llvm/test/Transforms/Internalize/
H A Dlists.ll8 ; Internalize all but foo and j
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp78 static cl::opt<bool> Internalize("internalize", variable
446 InternalizeLinkedSymbols = Internalize; in linkFiles()
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dindex-const-prop.ll2 ; 1. Internalize global definition which is not used externally if all accesses to it are read-only
H A Dindex-const-prop2.ll2 ; 1. Internalize global definition which is not used externally if all accesses to it are read-only
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp566 bool Internalize = InternalizeSymbols; in adjustPassManager() local
580 [Internalize, EarlyInline, AMDGPUAA, this](const PassManagerBuilder &, in adjustPassManager()
588 if (Internalize) in adjustPassManager()
591 if (Internalize) in adjustPassManager()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h210 bool Internalize = false; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp277 if (LM.Internalize) { in LinkInModules()
1047 F.Internalize, F.LinkFlags}); in CreateASTConsumer()
/llvm-project-15.0.7/llvm/docs/
H A DNVPTXUsage.rst301 3. Internalize all functions not in list from (1)
851 2. Internalize all but the public kernel function
H A DPasses.rst657 ``-internalize``: Internalize Global Symbols
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1493 F.PropagateAttrs && F.Internalize; in GenerateCodeGenArgs()
1864 F.Internalize = true; in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5588 llvm/include/llvm/Transforms/IPO/Internalize.h