Searched defs:EliminateAvailableExternallyLegacyPass (Results 1 – 1 of 1) sorted by relevance
76 struct EliminateAvailableExternallyLegacyPass : public ModulePass { struct77 static char ID; // Pass identification, replacement for typeid79 EliminateAvailableExternallyLegacyPass() : ModulePass(ID) { in EliminateAvailableExternallyLegacyPass() argument86 bool runOnModule(Module &M) override { in runOnModule()