Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp283 for (auto &SummaryIt : GVSMap) { in exportToDot() local
284 NodeMap[SummaryIt.first].push_back(ModId); in exportToDot()
285 auto Flags = SummaryIt.second->flags(); in exportToDot()
287 if (isa<FunctionSummary>(SummaryIt.second)) { in exportToDot()
289 } else if (isa<AliasSummary>(SummaryIt.second)) { in exportToDot()
296 auto VI = getValueInfo(SummaryIt.first); in exportToDot()
297 A.add("label", getNodeLabel(VI, SummaryIt.second)); in exportToDot()
303 OS << " " << NodeId(ModId, SummaryIt.first) << " " << A.getAsString() in exportToDot()
308 for (auto &SummaryIt : GVSMap) { in exportToDot() local
309 auto *GVS = SummaryIt.second; in exportToDot()
[all …]