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

Declarations

include/llvm/Transforms/IPO/GlobalDCE.h
   55   void MarkLive(GlobalValue &GV,

References

lib/Transforms/IPO/GlobalDCE.cpp
  152       MarkLive(*CM.second, Updates); // Recursion depth is only two because only
  315         MarkLive(GO);
  325       MarkLive(GA);
  335       MarkLive(GIF);
  347       MarkLive(*GVD, &NewLiveGVs);