HomeSort by relevance Sort by last modified time
    Searched refs:RemoveUnusedGlobalValue (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 41 bool RemoveUnusedGlobalValue(GlobalValue &GV);
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 100 Changed |= RemoveUnusedGlobalValue(GO);
110 Changed |= RemoveUnusedGlobalValue(GA);
117 Changed |= RemoveUnusedGlobalValue(GIF);
169 RemoveUnusedGlobalValue(*F);
178 RemoveUnusedGlobalValue(*GV);
188 RemoveUnusedGlobalValue(*GA);
198 RemoveUnusedGlobalValue(*GIF);
269 // RemoveUnusedGlobalValue - Loop over all of the uses of the specified
275 bool GlobalDCEPass::RemoveUnusedGlobalValue(GlobalValue &GV) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalDCE.cpp 51 bool RemoveUnusedGlobalValue(GlobalValue &GV);
66 Changed |= RemoveUnusedGlobalValue(*I);
75 Changed |= RemoveUnusedGlobalValue(*I);
85 Changed |= RemoveUnusedGlobalValue(*I);
126 RemoveUnusedGlobalValue(*DeadFunctions[i]);
135 RemoveUnusedGlobalValue(*DeadGlobalVars[i]);
145 RemoveUnusedGlobalValue(*DeadAliases[i]);
201 // RemoveUnusedGlobalValue - Loop over all of the uses of the specified
207 bool GlobalDCE::RemoveUnusedGlobalValue(GlobalValue &GV) {

Completed in 253 milliseconds