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

References

include/llvm/IR/ModuleSummaryIndex.h
 1142     addGlobalValueSummary(getOrInsertValueInfo(&GV), std::move(Summary));
 1148     addGlobalValueSummary(getOrInsertValueInfo(GlobalValue::getGUID(ValueName)),
lib/AsmParser/LLParser.cpp
 7963     Index->addGlobalValueSummary(VI, std::move(Summary));
lib/Bitcode/Reader/BitcodeReader.cpp
 5916       TheIndex.addGlobalValueSummary(VIAndOriginalGUID.first, std::move(FS));
 5943       TheIndex.addGlobalValueSummary(GUID.first, std::move(AS));
 5965       TheIndex.addGlobalValueSummary(GUID.first, std::move(FS));
 5993       TheIndex.addGlobalValueSummary(GUID.first, std::move(VS));
 6061       TheIndex.addGlobalValueSummary(VI, std::move(FS));
 6083       TheIndex.addGlobalValueSummary(VI, std::move(AS));
 6107       TheIndex.addGlobalValueSummary(VI, std::move(FS));