Searched refs:PGOBBEntries (Results 1 – 4 of 4) sorted by relevance
886 std::vector<PGOAnalysisMap::PGOBBEntry> PGOBBEntries; in decodeBBAddrMapImpl() local910 PGOBBEntries.push_back({BlockFrequency(BBF), std::move(Successors)}); in decodeBBAddrMapImpl()915 {FuncEntryCount, std::move(PGOBBEntries), FeatEnable}); in decodeBBAddrMapImpl()
1521 if (!PGOEntry.PGOBBEntries) in writeSectionContent()1524 const auto &PGOBBEntries = PGOEntry.PGOBBEntries.value(); in writeSectionContent() local1525 if (TotalNumBlocks != PGOBBEntries.size()) { in writeSectionContent()1533 for (const auto &PGOBBE : PGOBBEntries) { in writeSectionContent()
1857 IO.mapOptional("PGOBBEntries", E.PGOBBEntries); in mapping()
195 std::optional<std::vector<PGOBBEntry>> PGOBBEntries; member