Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DConstantMerge.cpp257 struct ConstantMergeLegacyPass : public ModulePass { struct
260 ConstantMergeLegacyPass() : ModulePass(ID) { in ConstantMergeLegacyPass() function
275 char ConstantMergeLegacyPass::ID = 0;
277 INITIALIZE_PASS(ConstantMergeLegacyPass, "constmerge",
281 return new ConstantMergeLegacyPass(); in createConstantMergePass()