Home
last modified time | relevance | path

Searched refs:ConstantMerge (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp36 struct ConstantMerge : public ModulePass { struct
38 ConstantMerge() : ModulePass(ID) { in ConstantMerge() function
57 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()
DCMakeLists.txt3 ConstantMerge.cpp
DAndroid.mk5 ConstantMerge.cpp \