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

Declarations

include/llvm/IR/ModuleSummaryIndex.h
 1087   bool isGUIDLive(GlobalValue::GUID GUID) const;

References

lib/LTO/LTO.cpp
  782     if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID()))
 1323     if (ThinLTO.CombinedIndex.isGUIDLive(GUID))
lib/Transforms/IPO/LowerTypeTests.cpp
 1865         if (!ExportSummary->isGUIDLive(GUID))