Searched refs:RangeSample (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.h | 90 void findDisjointRanges(RangeSample &DisjointRanges, 91 const RangeSample &Ranges); 95 void extractProbesFromRange(const RangeSample &RangeCounter, 170 RangeSample preprocessRangeCounter(const RangeSample &RangeCounter); 178 void populateBodySamplesForAllFunctions(const RangeSample &RangeCounter); 182 populateBodySamplesWithProbesForAllFunctions(const RangeSample &RangeCounter); 335 const RangeSample &RangeCounters); 347 void populateBodySamplesWithProbes(const RangeSample &RangeCounter,
|
H A D | ProfileGenerator.cpp | 246 void ProfileGeneratorBase::findDisjointRanges(RangeSample &DisjointRanges, in findDisjointRanges() 247 const RangeSample &Ranges) { in findDisjointRanges() 563 const RangeSample &RangeCounter) { in populateBodySamplesWithProbesForAllFunctions() 652 RangeSample 653 ProfileGenerator::preprocessRangeCounter(const RangeSample &RangeCounter) { in preprocessRangeCounter() 654 RangeSample Ranges(RangeCounter.begin(), RangeCounter.end()); in preprocessRangeCounter() 672 RangeSample DisjointRanges; in preprocessRangeCounter() 678 const RangeSample &RangeCounter) { in populateBodySamplesForAllFunctions() 958 FunctionSamples &FunctionProfile, const RangeSample &RangeCounter) { in populateBodySamplesForFunction() 961 RangeSample Range in populateBodySamplesForFunction() [all...] |
H A D | PerfReader.h | 399 using RangeSample = std::map<std::pair<uint64_t, uint64_t>, uint64_t>; variable 402 RangeSample RangeCounter;
|
H A D | PerfReader.cpp | 789 auto SCounterPrinter = [&](RangeSample &Counter, StringRef Separator, in writeUnsymbolizedProfile() 856 auto ReadCounter = [&](RangeSample &Counter, StringRef Separator) { in readSampleCounters()
|