Searched defs:GlobalDCE (Results 1 – 1 of 1) sorted by relevance
37 struct GlobalDCE : public ModulePass { struct38 static char ID; // Pass identification, replacement for typeid39 GlobalDCE() : ModulePass(ID) { in GlobalDCE() function49 SmallPtrSet<GlobalValue*, 32> AliveGlobals;50 SmallPtrSet<Constant *, 8> SeenConstants;51 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;