Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h259 bool doSample(BinaryFunction &Func, const uint64_t Address, uint64_t Count);
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp689 bool DataAggregator::doSample(BinaryFunction &Func, uint64_t Address, in doSample() function in DataAggregator
1637 doSample(*Func, PC, HitCount); in processBasicEvents()