Home
last modified time | relevance | path

Searched refs:GlobalDCELegacyPass (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp39 class GlobalDCELegacyPass : public ModulePass { class
42 GlobalDCELegacyPass() : ModulePass(ID) { in GlobalDCELegacyPass() function in __anonaf64f6810111::GlobalDCELegacyPass
63 char GlobalDCELegacyPass::ID = 0;
64 INITIALIZE_PASS(GlobalDCELegacyPass, "globaldce",
69 return new GlobalDCELegacyPass(); in createGlobalDCEPass()