Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp34 bool GlobalOpt; member in __anon9c07c7fb0111::AMDGPUAlwaysInline
41 AMDGPUAlwaysInline(bool GlobalOpt = false) : in AMDGPUAlwaysInline() argument
42 ModulePass(ID), GlobalOpt(GlobalOpt) { } in AMDGPUAlwaysInline()
106 if (GlobalOpt) { in runOnModule()
156 ModulePass *llvm::createAMDGPUAlwaysInlinePass(bool GlobalOpt) { in createAMDGPUAlwaysInlinePass() argument
157 return new AMDGPUAlwaysInline(GlobalOpt); in createAMDGPUAlwaysInlinePass()
DAMDGPU.h156 ModulePass *createAMDGPUAlwaysInlinePass(bool GlobalOpt = true);
/external/llvm/lib/Transforms/IPO/
DCMakeLists.txt13 GlobalOpt.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCMakeLists.txt16 GlobalOpt.cpp
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp62 struct GlobalOpt : public ModulePass { struct
66 GlobalOpt() : ModulePass(ID) { in GlobalOpt() function
86 char GlobalOpt::ID = 0;
87 INITIALIZE_PASS(GlobalOpt, "globalopt",
90 ModulePass *llvm::createGlobalOptimizerPass() { return new GlobalOpt(); } in createGlobalOptimizerPass()
1704 bool GlobalOpt::ProcessGlobal(GlobalVariable *GV, in ProcessGlobal()
1738 bool GlobalOpt::ProcessInternalGlobal(GlobalVariable *GV, in ProcessInternalGlobal()
1884 bool GlobalOpt::OptimizeFunctions(Module &M) { in OptimizeFunctions()
1922 bool GlobalOpt::OptimizeGlobalVars(Module &M) { in OptimizeGlobalVars()
1946 GlobalVariable *GlobalOpt::FindGlobalCtors(Module &M) { in FindGlobalCtors()
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
Dctor-list-opt-constexpr.ll13 ; PR8710 - GlobalOpt shouldn't change the global's initializer to have this
D2009-11-16-MallocSingleStoreToGlobalVar.ll2 ; GlobalOpt was treating a non-optimizable array malloc as a non-array malloc
/external/llvm/test/Transforms/GlobalOpt/
Dctor-list-opt-constexpr.ll15 ; PR8710 - GlobalOpt shouldn't change the global's initializer to have this
D2009-11-16-MallocSingleStoreToGlobalVar.ll2 ; GlobalOpt was treating a non-optimizable array malloc as a non-array malloc
Dtls.ll11 ; PR14309: GlobalOpt would think that the value of @ip is always the address of
Dalias-used.ll49 ; Check that GlobalOpt doesn't try to resolve aliases with GEP operands.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
D2009-11-16-MallocSingleStoreToGlobalVar.ll2 ; GlobalOpt was treating a non-optimizable array malloc as a non-array malloc
Dctor-list-opt-constexpr.ll15 ; PR8710 - GlobalOpt shouldn't change the global's initializer to have this
Dtls.ll11 ; PR14309: GlobalOpt would think that the value of @ip is always the address of
Dalias-used.ll49 ; Check that GlobalOpt doesn't try to resolve aliases with GEP operands.
D2009-03-05-dbg.ll5 source_filename = "test/Transforms/GlobalOpt/2009-03-05-dbg.ll"