Searched refs:SummaryIt (Results 1 – 1 of 1) sorted by relevance
623 for (auto &SummaryIt : GVSMap) { in exportToDot() local624 NodeMap[SummaryIt.first].push_back(ModId); in exportToDot()625 auto Flags = SummaryIt.second->flags(); in exportToDot()627 if (isa<FunctionSummary>(SummaryIt.second)) { in exportToDot()629 } else if (isa<AliasSummary>(SummaryIt.second)) { in exportToDot()634 if (Flags.Live && hasReadOnlyFlag(SummaryIt.second)) in exportToDot()636 if (Flags.Live && hasWriteOnlyFlag(SummaryIt.second)) in exportToDot()638 if (Flags.Live && hasConstantFlag(SummaryIt.second)) in exportToDot()651 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()654 auto VI = getValueInfo(SummaryIt.first); in exportToDot()[all …]