Home
last modified time | relevance | path

Searched defs:PGOBBEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h186 struct PGOBBEntry { struct
187 struct SuccessorEntry {
191 std::optional<uint64_t> BBFreq;
192 std::optional<std::vector<SuccessorEntry>> Successors;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp212 const PGOAnalysisMap::PGOBBEntry &PGOBBEntry = in constructPGOLabelString() local