Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp47 class GlobalDCELegacyPass : public ModulePass { class
50 GlobalDCELegacyPass() : ModulePass(ID) { in GlobalDCELegacyPass() function in __anon4f04d7ec0111::GlobalDCELegacyPass
78 char GlobalDCELegacyPass::ID = 0;
79 INITIALIZE_PASS(GlobalDCELegacyPass, "globaldce",
84 return new GlobalDCELegacyPass(); in createGlobalDCEPass()