Searched defs:PGOBBEntry (Results 1 – 2 of 2) sorted by relevance
186 struct PGOBBEntry { struct187 struct SuccessorEntry {191 std::optional<uint64_t> BBFreq;192 std::optional<std::vector<SuccessorEntry>> Successors;
212 const PGOAnalysisMap::PGOBBEntry &PGOBBEntry = in constructPGOLabelString() local