Searched refs:RemoveUnusedGlobalValue (Results 1 – 1 of 1) sorted by relevance
58 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