Home
last modified time | relevance | path

Searched refs:SummaryIt (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp470 for (auto &SummaryIt : GVSMap) { in exportToDot() local
471 NodeMap[SummaryIt.first].push_back(ModId); in exportToDot()
472 auto Flags = SummaryIt.second->flags(); in exportToDot()
474 if (isa<FunctionSummary>(SummaryIt.second)) { in exportToDot()
476 } else if (isa<AliasSummary>(SummaryIt.second)) { in exportToDot()
481 if (Flags.Live && hasReadOnlyFlag(SummaryIt.second)) in exportToDot()
483 if (Flags.Live && hasWriteOnlyFlag(SummaryIt.second)) in exportToDot()
490 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()
493 auto VI = getValueInfo(SummaryIt.first); in exportToDot()
494 A.add("label", getNodeLabel(VI, SummaryIt.second)); in exportToDot()
[all …]