Searched refs:AggrEntry (Results 1 – 1 of 1) sorted by relevance
1733 if (std::error_code EC = AggrEntry.getError()) in parsePreAggregatedLBRSamples()1743 AggregatedLBRs.emplace_back(std::move(AggrEntry.get())); in parsePreAggregatedLBRSamples()1755 for (const AggregatedLBREntry &AggrEntry : AggregatedLBRs) { in processPreAggregated() local1756 switch (AggrEntry.EntryType) { in processPreAggregated()1758 doBranch(AggrEntry.From.Offset, AggrEntry.To.Offset, AggrEntry.Count, in processPreAggregated()1759 AggrEntry.Mispreds); in processPreAggregated()1764 ? AggrEntry.From.Offset in processPreAggregated()1766 AggrEntry.From.Offset, false}; in processPreAggregated()1767 LBREntry Second{AggrEntry.To.Offset, AggrEntry.To.Offset, false}; in processPreAggregated()1768 doTrace(First, Second, AggrEntry.Count); in processPreAggregated()[all …]