Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h272 bool doBranch(uint64_t From, uint64_t To, uint64_t Count, uint64_t Mispreds);
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp783 bool DataAggregator::doBranch(uint64_t From, uint64_t To, uint64_t Count, in doBranch() function in DataAggregator
1595 doBranch(Loc.From, Loc.To, Info.TakenCount, Info.MispredCount); in processBranchEvents()
1758 doBranch(AggrEntry.From.Offset, AggrEntry.To.Offset, AggrEntry.Count, in processPreAggregated()