Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DCMakeLists.txt13 GlobalOpt.cpp
/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/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/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.