Searched refs:PGOBBE (Results 1 – 1 of 1) sorted by relevance
1533 for (const auto &PGOBBE : PGOBBEntries) { in writeSectionContent() local1534 if (PGOBBE.BBFreq) in writeSectionContent()1535 SHeader.sh_size += CBA.writeULEB128(*PGOBBE.BBFreq); in writeSectionContent()1536 if (PGOBBE.Successors) { in writeSectionContent()1537 SHeader.sh_size += CBA.writeULEB128(PGOBBE.Successors->size()); in writeSectionContent()1538 for (const auto &[ID, BrProb] : *PGOBBE.Successors) { in writeSectionContent()