Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp263 struct ConstantMergeLegacyPass : public ModulePass { struct
264 static char ID; // Pass identification, replacement for typeid
266 ConstantMergeLegacyPass() : ModulePass(ID) { in ConstantMergeLegacyPass() function
272 bool runOnModule(Module &M) override { in runOnModule()