Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
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()