Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h275 bool doTrace(const LBREntry &First, const LBREntry &Second,
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp799 bool DataAggregator::doTrace(const LBREntry &First, const LBREntry &Second, in doTrace() function in DataAggregator
1585 doTrace(First, Second, Info.InternCount); in processBranchEvents()
1588 doTrace(First, Second, Info.ExternCount); in processBranchEvents()
1768 doTrace(First, Second, AggrEntry.Count); in processPreAggregated()