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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp52 bool RemoveUnusedGlobalValue(GlobalValue &GV);
67 Changed |= RemoveUnusedGlobalValue(*I);
76 Changed |= RemoveUnusedGlobalValue(*I);
86 Changed |= RemoveUnusedGlobalValue(*I);
127 RemoveUnusedGlobalValue(*DeadFunctions[i]);
136 RemoveUnusedGlobalValue(*DeadGlobalVars[i]);
146 RemoveUnusedGlobalValue(*DeadAliases[i]);
209 // RemoveUnusedGlobalValue - Loop over all of the uses of the specified
215 bool GlobalDCE::RemoveUnusedGlobalValue(GlobalValue &GV) { function in class:GlobalDCE

Completed in 90 milliseconds