Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp34 bool GlobalOpt; member in __anon9ca59f680111::AMDGPUAlwaysInline
39 AMDGPUAlwaysInline(bool GlobalOpt = false) : in AMDGPUAlwaysInline() argument
40 ModulePass(ID), GlobalOpt(GlobalOpt) { } in AMDGPUAlwaysInline()
89 static bool alwaysInlineImpl(Module &M, bool GlobalOpt) { in alwaysInlineImpl() argument
109 if (GlobalOpt) { in alwaysInlineImpl()
160 return alwaysInlineImpl(M, GlobalOpt); in runOnModule()
163 ModulePass *llvm::createAMDGPUAlwaysInlinePass(bool GlobalOpt) { in createAMDGPUAlwaysInlinePass() argument
164 return new AMDGPUAlwaysInline(GlobalOpt); in createAMDGPUAlwaysInlinePass()
169 alwaysInlineImpl(M, GlobalOpt); in run()
H A DAMDGPU.h246 ModulePass *createAMDGPUAlwaysInlinePass(bool GlobalOpt = true);
249 AMDGPUAlwaysInlinePass(bool GlobalOpt = true) : GlobalOpt(GlobalOpt) {} in GlobalOpt() function
253 bool GlobalOpt;
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dcall-alias-register-usage0.ll4 ; through aliases. If GlobalOpt is never run, we do not see direct
H A Dcall-alias-register-usage2.ll4 ; through aliases. If GlobalOpt is never run, we do not see direct
H A Dcall-alias-register-usage3.ll4 ; through aliases. If GlobalOpt is never run, we do not see direct
H A Dcall-alias-register-usage1.ll4 ; through aliases. If GlobalOpt is never run, we do not see direct
H A Dcall-alias-register-usage-agpr.ll5 ; through aliases. If GlobalOpt is never run, we do not see direct
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DCMakeLists.txt20 GlobalOpt.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/
H A DBUILD.gn40 "GlobalOpt.cpp",
/llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/
H A D2009-11-16-MallocSingleStoreToGlobalVar.ll2 ; GlobalOpt was treating a non-optimizable array malloc as a non-array malloc
H A Dctor-list-opt-constexpr.ll15 ; PR8710 - GlobalOpt shouldn't change the global's initializer to have this
H A Dtls.ll11 ; PR14309: GlobalOpt would think that the value of @ip is always the address of
H A Dalias-used.ll49 ; Check that GlobalOpt doesn't try to resolve aliases with GEP operands.
H A D2009-03-05-dbg.ll5 source_filename = "test/Transforms/GlobalOpt/2009-03-05-dbg.ll"
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5585 llvm/include/llvm/Transforms/IPO/GlobalOpt.h