reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/IPO/GlobalDCE.h
   57   bool RemoveUnusedGlobalValue(GlobalValue &GV);

References

lib/Transforms/IPO/GlobalDCE.cpp
  309     Changed |= RemoveUnusedGlobalValue(GO);
  322     Changed |= RemoveUnusedGlobalValue(GA);
  332     Changed |= RemoveUnusedGlobalValue(GIF);
  395     RemoveUnusedGlobalValue(*GV);