Searched refs:SummaryIt (Results 1 – 1 of 1) sorted by relevance
634 for (auto &SummaryIt : GVSMap) { in exportToDot() local635 NodeMap[SummaryIt.first].push_back(ModId); in exportToDot()636 auto Flags = SummaryIt.second->flags(); in exportToDot()638 if (isa<FunctionSummary>(SummaryIt.second)) { in exportToDot()640 } else if (isa<AliasSummary>(SummaryIt.second)) { in exportToDot()645 if (Flags.Live && hasReadOnlyFlag(SummaryIt.second)) in exportToDot()647 if (Flags.Live && hasWriteOnlyFlag(SummaryIt.second)) in exportToDot()649 if (Flags.Live && hasConstantFlag(SummaryIt.second)) in exportToDot()662 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()665 auto VI = getValueInfo(SummaryIt.first); in exportToDot()[all …]