Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DElimAvailExtern.cpp76 struct EliminateAvailableExternallyLegacyPass : public ModulePass { struct
77 static char ID; // Pass identification, replacement for typeid
79 EliminateAvailableExternallyLegacyPass() : ModulePass(ID) { in EliminateAvailableExternallyLegacyPass() argument
86 bool runOnModule(Module &M) override { in runOnModule()