Lines Matching refs:RangeSample
223 void ProfileGeneratorBase::findDisjointRanges(RangeSample &DisjointRanges, in findDisjointRanges()
224 const RangeSample &Ranges) { in findDisjointRanges()
545 const RangeSample &RangeCounter) { in populateBodySamplesWithProbesForAllFunctions()
632 RangeSample
633 ProfileGenerator::preprocessRangeCounter(const RangeSample &RangeCounter) { in preprocessRangeCounter()
634 RangeSample Ranges(RangeCounter.begin(), RangeCounter.end()); in preprocessRangeCounter()
652 RangeSample DisjointRanges; in preprocessRangeCounter()
658 const RangeSample &RangeCounter) { in populateBodySamplesForAllFunctions()
839 FunctionSamples &FunctionProfile, const RangeSample &RangeCounter) { in populateBodySamplesForFunction()
842 RangeSample Ranges; in populateBodySamplesForFunction()
1047 const RangeSample &RangeCounter, ProbeCounterMap &ProbeCounter, in extractProbesFromRange()
1049 const RangeSample *PRanges = &RangeCounter; in extractProbesFromRange()
1050 RangeSample Ranges; in extractProbesFromRange()
1127 const RangeSample &RangeCounter, SampleContextFrames ContextStack) { in populateBodySamplesWithProbes()