Searched refs:RangeSample (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfileGenerator.h | 90 void findDisjointRanges(RangeSample &DisjointRanges, 91 const RangeSample &Ranges); 95 void extractProbesFromRange(const RangeSample &RangeCounter, 159 RangeSample preprocessRangeCounter(const RangeSample &RangeCounter); 167 void populateBodySamplesForAllFunctions(const RangeSample &RangeCounter); 171 populateBodySamplesWithProbesForAllFunctions(const RangeSample &RangeCounter); 324 const RangeSample &RangeCounters); 336 void populateBodySamplesWithProbes(const RangeSample &RangeCounter,
|
| H A D | ProfileGenerator.cpp | 223 void ProfileGeneratorBase::findDisjointRanges(RangeSample &DisjointRanges, in findDisjointRanges() 224 const RangeSample &Ranges) { in findDisjointRanges() 545 const RangeSample &RangeCounter) { in populateBodySamplesWithProbesForAllFunctions() 632 RangeSample 634 RangeSample Ranges(RangeCounter.begin(), RangeCounter.end()); in preprocessRangeCounter() 652 RangeSample DisjointRanges; in preprocessRangeCounter() 658 const RangeSample &RangeCounter) { in populateBodySamplesForAllFunctions() 842 RangeSample Ranges; in populateBodySamplesForFunction() 1047 const RangeSample &RangeCounter, ProbeCounterMap &ProbeCounter, in extractProbesFromRange() 1049 const RangeSample *PRanges = &RangeCounter; in extractProbesFromRange() [all …]
|
| H A D | PerfReader.h | 398 using RangeSample = std::map<std::pair<uint64_t, uint64_t>, uint64_t>; variable 401 RangeSample RangeCounter;
|
| H A D | PerfReader.cpp | 731 auto SCounterPrinter = [&](RangeSample &Counter, StringRef Separator, in writeUnsymbolizedProfile() 798 auto ReadCounter = [&](RangeSample &Counter, StringRef Separator) { in readSampleCounters()
|