HomeSort by: relevance | last modified time | path
    Searched refs:RemoveUnusedGlobalValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 57 bool RemoveUnusedGlobalValue(GlobalValue &GV);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 320 Changed |= RemoveUnusedGlobalValue(GO);
333 Changed |= RemoveUnusedGlobalValue(GA);
343 Changed |= RemoveUnusedGlobalValue(GIF);
406 RemoveUnusedGlobalValue(*GV);
449 // RemoveUnusedGlobalValue - Loop over all of the uses of the specified
455 bool GlobalDCEPass::RemoveUnusedGlobalValue(GlobalValue &GV) {

Completed in 71 milliseconds