Searched refs:ConstantMergeLegacyPass (Results 1 – 1 of 1) sorted by relevance
257 struct ConstantMergeLegacyPass : public ModulePass { struct260 ConstantMergeLegacyPass() : ModulePass(ID) { in ConstantMergeLegacyPass() function275 char ConstantMergeLegacyPass::ID = 0;277 INITIALIZE_PASS(ConstantMergeLegacyPass, "constmerge",281 return new ConstantMergeLegacyPass(); in createConstantMergePass()