|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/ModuleSummaryIndex.h 231 OS << VI.getGUID();
252 return A.getGUID() < B.getGUID();
252 return A.getGUID() < B.getGUID();
472 return AliaseeValueInfo.getGUID();
1155 addOriginalName(VI.getGUID(), Summary->getOriginalName());
include/llvm/IR/ModuleSummaryIndexYAML.h 242 Refs.push_back(VI.getGUID());
lib/Analysis/ModuleSummaryAnalysis.cpp 797 return !CantBePromoted.count(VI.getGUID());
807 return !CantBePromoted.count(Edge.first.getGUID());
lib/Bitcode/Reader/BitcodeReader.cpp 6059 LastSeenGUID = VI.getGUID();
6082 LastSeenGUID = VI.getGUID();
6106 LastSeenGUID = VI.getGUID();
lib/Bitcode/Writer/BitcodeWriter.cpp 202 assignValueId(CallEdge.first.getGUID());
236 return getValueId(VI.getGUID());
3991 DefOrUseGUIDs.insert(VI.getGUID());
4016 auto RefValueId = getValueId(RI.getGUID());
4048 auto RefValueId = getValueId(RI.getGUID());
4073 GlobalValue::GUID GUID = EI.first.getGUID();
lib/IR/AsmWriter.cpp 2822 Out << "^" << Machine.getGUIDSlot(P.VTableVI.getGUID());
2905 Out << "(virtFunc: ^" << Machine.getGUIDSlot(P.FuncVI.getGUID())
2969 Out << "(callee: ^" << Machine.getGUIDSlot(Call.first.getGUID());
3109 Out << "^" << Machine.getGUIDSlot(Ref.getGUID());
3122 Out << "guid: " << VI.getGUID();
3134 Out << " ; guid = " << VI.getGUID();
lib/IR/ModuleSummaryIndex.cpp 209 O << " " << (F == nullptr ? "External" : "") << " " << utostr(V.getGUID())
321 return VI.name().empty() ? getNodeVisualName(VI.getGUID()) : VI.name().str();
462 Draw(SummaryIt.first, R.getGUID(),
472 Draw(SummaryIt.first, CGEdge.first.getGUID(),
lib/LTO/LTO.cpp 194 AddUsedCfiGlobal(VI.getGUID());
213 AddUsedCfiGlobal(ET.first.getGUID());
323 if (isPrevailing(VI.getGUID(), S.get())) {
337 !GUIDPreservedSymbols.count(VI.getGUID()));
345 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage());
lib/Transforms/IPO/FunctionImport.cpp 276 auto GUID = Index.getGUIDFromOriginalID(VI.getGUID());
287 if (DefinedGVSummaries.count(VI.getGUID())) {
310 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID());
315 (*ExportLists)[RefSummary->modulePath()].insert(VI.getGUID());
372 if (DefinedGVSummaries.count(VI.getGUID())) {
391 VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr)));
435 Summary.modulePath(), Reason, VI.getGUID());
469 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID());
484 ExportList.insert(VI.getGUID());
493 auto CalleeGUID = Edge.first.getGUID();
497 auto GUID = Ref.getGUID();
518 Worklist.emplace_back(ResolvedCalleeSummary, AdjThreshold, VI.getGUID());
791 if (isPrevailing(VI.getGUID()) == PrevailingType::No) {
lib/Transforms/IPO/LowerTypeTests.cpp 1848 AddressTaken.insert(Ref.getGUID());
lib/Transforms/IPO/WholeProgramDevirt.cpp 720 if (!isExported(S->modulePath(), VI.getGUID()))
1002 ExportedGUIDs.insert(TheFn.getGUID());