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

References

include/llvm/IR/ModuleSummaryIndex.h
 1122     auto VP = getOrInsertValuePtr(GV->getGUID());
 1202     return getGlobalValueSummary(GV.getGUID(), PerModuleIndex);
lib/Analysis/ModuleSummaryAnalysis.cpp
  477     CantBePromoted.insert(F.getGUID());
  604     CantBePromoted.insert(V.getGUID());
  621   auto AliaseeVI = Index.getValueInfo(Aliasee->getGUID());
  627     CantBePromoted.insert(A.getGUID());
  664       CantBePromoted.insert(V->getGUID());
  695           CantBePromoted.insert(GV->getGUID());
lib/Bitcode/Writer/BitcodeWriter.cpp
 3683   auto VI = Index->getValueInfo(V.getGUID());
 3840     ValueInfo VI = Index->getValueInfo(F.getGUID());
lib/LTO/LTO.cpp
  782     if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID()))
lib/LTO/LTOBackend.cpp
  464     if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID()))
lib/Transforms/IPO/FunctionImport.cpp
  948     const auto &GS = DefinedGlobals.find(GV.getGUID());
 1015     auto GS = DefinedGlobals.find(GV.getGUID());
 1110       auto GUID = F.getGUID();
 1132       auto GUID = GV.getGUID();
 1146       auto GUID = GA.getGUID();
 1159         LLVM_DEBUG(dbgs() << "Is importing aliasee fn " << Base->getGUID()
lib/Transforms/IPO/WholeProgramDevirt.cpp
  961   if (ValueInfo TheFnVI = ExportSummary->getValueInfo(TheFn->getGUID()))
lib/Transforms/Utils/FunctionImportUtils.cpp
   68       SGV->getGUID(), SGV->getParent()->getModuleIdentifier());
  207     VI = ImportIndex.getValueInfo(GV.getGUID());
tools/clang/lib/CodeGen/CGCUDANV.cpp
  693     OS << ModuleIDPrefix << llvm::format("%" PRIx64, FatbinWrapper->getGUID());
tools/llvm-link/llvm-link.cpp
  264     Entry.insert(F->getGUID());