Searched refs:GlobalOpt (Results 1 – 8 of 8) sorted by relevance
13 GlobalOpt.cpp
13 ; PR8710 - GlobalOpt shouldn't change the global's initializer to have this
2 ; GlobalOpt was treating a non-optimizable array malloc as a non-array malloc
62 struct GlobalOpt : public ModulePass { struct66 GlobalOpt() : ModulePass(ID) { in GlobalOpt() function86 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 …]
15 ; PR8710 - GlobalOpt shouldn't change the global's initializer to have this
11 ; PR14309: GlobalOpt would think that the value of @ip is always the address of
49 ; Check that GlobalOpt doesn't try to resolve aliases with GEP operands.