Home
last modified time | relevance | path

Searched refs:PGOBBE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1533 for (const auto &PGOBBE : PGOBBEntries) { in writeSectionContent() local
1534 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()