Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalDCE.cpp32 struct GlobalDCE : public ModulePass { struct
34 GlobalDCE() : ModulePass(ID) { in GlobalDCE() argument
55 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()
/external/llvm/lib/Transforms/IPO/
DCMakeLists.txt12 GlobalDCE.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCMakeLists.txt15 GlobalDCE.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dseh-no-invokes.ll13 ; without running GlobalDCE to remove the associated filter. This used to
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll1 ; Test the behavior of GlobalDCE in conjunction with comdats.