Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp58 bool RemoveUnusedGlobalValue(GlobalValue &GV);
96 Changed |= RemoveUnusedGlobalValue(*I); in runOnModule()
106 Changed |= RemoveUnusedGlobalValue(*I); in runOnModule()
117 Changed |= RemoveUnusedGlobalValue(*I); in runOnModule()
164 RemoveUnusedGlobalValue(*DeadFunctions[i]); in runOnModule()
173 RemoveUnusedGlobalValue(*DeadGlobalVars[i]); in runOnModule()
183 RemoveUnusedGlobalValue(*DeadAliases[i]); in runOnModule()
261 bool GlobalDCE::RemoveUnusedGlobalValue(GlobalValue &GV) { in RemoveUnusedGlobalValue() function in GlobalDCE