Searched refs:RemoveUnusedGlobalValue (Results 1 – 1 of 1) sorted by relevance
51 bool RemoveUnusedGlobalValue(GlobalValue &GV);66 Changed |= RemoveUnusedGlobalValue(*I); in runOnModule()75 Changed |= RemoveUnusedGlobalValue(*I); in runOnModule()85 Changed |= RemoveUnusedGlobalValue(*I); in runOnModule()126 RemoveUnusedGlobalValue(*DeadFunctions[i]); in runOnModule()135 RemoveUnusedGlobalValue(*DeadGlobalVars[i]); in runOnModule()145 RemoveUnusedGlobalValue(*DeadAliases[i]); in runOnModule()207 bool GlobalDCE::RemoveUnusedGlobalValue(GlobalValue &GV) { in RemoveUnusedGlobalValue() function in GlobalDCE