Searched refs:ConstantMergeLegacyPass (Results 1 – 1 of 1) sorted by relevance
261 struct ConstantMergeLegacyPass : public ModulePass { struct264 ConstantMergeLegacyPass() : ModulePass(ID) { in ConstantMergeLegacyPass() function279 char ConstantMergeLegacyPass::ID = 0;281 INITIALIZE_PASS(ConstantMergeLegacyPass, "constmerge",285 return new ConstantMergeLegacyPass(); in createConstantMergePass()