Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp311 Changed |= RemoveUnusedGlobalValue(GO); in run()
324 Changed |= RemoveUnusedGlobalValue(GA); in run()
334 Changed |= RemoveUnusedGlobalValue(GIF); in run()
397 RemoveUnusedGlobalValue(*GV); in run()
446 bool GlobalDCEPass::RemoveUnusedGlobalValue(GlobalValue &GV) { in RemoveUnusedGlobalValue() function in GlobalDCEPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DGlobalDCE.h57 bool RemoveUnusedGlobalValue(GlobalValue &GV);