Searched refs:SummaryIt (Results 1 – 1 of 1) sorted by relevance
283 for (auto &SummaryIt : GVSMap) { in exportToDot() local284 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() local309 auto *GVS = SummaryIt.second; in exportToDot()[all …]