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

References

include/llvm/Transforms/Utils/FunctionImportUtils.h
   99       HasExportedFunctions = ImportIndex.hasExportedFunctions(M);
lib/Transforms/Utils/FunctionImportUtils.cpp
   67   auto Summary = ImportIndex.findSummaryInModule(
  104         ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier()));
  207     VI = ImportIndex.getValueInfo(GV.getGUID());
  209     if (VI && ImportIndex.hasSyntheticEntryCounts()) {
  241   if (!GV.isDeclaration() && VI && ImportIndex.withGlobalValueDeadStripping()) {
  248           ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier()));