Home
last modified time | relevance | path

Searched refs:RangeSample (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h90 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 DProfileGenerator.cpp223 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 DPerfReader.h398 using RangeSample = std::map<std::pair<uint64_t, uint64_t>, uint64_t>; variable
401 RangeSample RangeCounter;
H A DPerfReader.cpp731 auto SCounterPrinter = [&](RangeSample &Counter, StringRef Separator, in writeUnsymbolizedProfile()
798 auto ReadCounter = [&](RangeSample &Counter, StringRef Separator) { in readSampleCounters()