Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp257 struct ConstantMergeLegacyPass : public ModulePass { struct
258 static char ID; // Pass identification, replacement for typeid
260 ConstantMergeLegacyPass() : ModulePass(ID) { in ConstantMergeLegacyPass() function
266 bool runOnModule(Module &M) override { in runOnModule()