Searched refs:SummaryIt (Results 1 – 1 of 1) sorted by relevance
470 for (auto &SummaryIt : GVSMap) { in exportToDot() local471 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 …]