Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp263 struct ConstantMergeLegacyPass : public ModulePass { struct
266 ConstantMergeLegacyPass() : ModulePass(ID) { in ConstantMergeLegacyPass() function
281 char ConstantMergeLegacyPass::ID = 0;
283 INITIALIZE_PASS(ConstantMergeLegacyPass, "constmerge",
287 return new ConstantMergeLegacyPass(); in createConstantMergePass()