Searched refs:ConstantMerge (Results 1 – 3 of 3) sorted by relevance
36 struct ConstantMerge : public ModulePass { struct38 ConstantMerge() : ModulePass(ID) { in ConstantMerge() function57 char ConstantMerge::ID = 0;58 INITIALIZE_PASS(ConstantMerge, "constmerge",61 ModulePass *llvm::createConstantMergePass() { return new ConstantMerge(); } in createConstantMergePass()90 bool ConstantMerge::hasKnownAlignment(GlobalVariable *GV) const { in hasKnownAlignment()94 unsigned ConstantMerge::getAlignment(GlobalVariable *GV) const { in getAlignment()100 bool ConstantMerge::runOnModule(Module &M) { in runOnModule()
3 ConstantMerge.cpp
5 ConstantMerge.cpp \