Searched refs:GlobalDCE (Results 1 – 5 of 5) sorted by relevance
32 struct GlobalDCE : public ModulePass { struct34 GlobalDCE() : ModulePass(ID) { in GlobalDCE() argument55 char GlobalDCE::ID = 0;56 INITIALIZE_PASS(GlobalDCE, "globaldce",59 ModulePass *llvm::createGlobalDCEPass() { return new GlobalDCE(); } in createGlobalDCEPass()61 bool GlobalDCE::runOnModule(Module &M) { in runOnModule()160 void GlobalDCE::GlobalIsNeeded(GlobalValue *G) { in GlobalIsNeeded()190 void GlobalDCE::MarkUsedGlobalsAsNeeded(Constant *C) { in MarkUsedGlobalsAsNeeded()207 bool GlobalDCE::RemoveUnusedGlobalValue(GlobalValue &GV) { in RemoveUnusedGlobalValue()
12 GlobalDCE.cpp
15 GlobalDCE.cpp
13 ; without running GlobalDCE to remove the associated filter. This used to
1 ; Test the behavior of GlobalDCE in conjunction with comdats.