Searched defs:EliminateAvailableExternallyLegacyPass (Results 1 – 1 of 1) sorted by relevance
72 struct EliminateAvailableExternallyLegacyPass : public ModulePass { struct73 static char ID; // Pass identification, replacement for typeid74 EliminateAvailableExternallyLegacyPass() : ModulePass(ID) { in EliminateAvailableExternallyLegacyPass() argument82 bool runOnModule(Module &M) { in runOnModule()