Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp202 struct ConstantMergeLegacyPass : public ModulePass { struct
203 static char ID; // Pass identification, replacement for typeid
204 ConstantMergeLegacyPass() : ModulePass(ID) { in ConstantMergeLegacyPass() function
210 bool runOnModule(Module &M) { in runOnModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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()