Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp37 struct GlobalDCE : public ModulePass { struct
38 static char ID; // Pass identification, replacement for typeid
39 GlobalDCE() : ModulePass(ID) { in GlobalDCE() function
49 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
50 SmallPtrSet<Constant *, 8> SeenConstants;
51 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers;