Searched refs:DisjointRanges (Results 1 – 2 of 2) sorted by relevance
230 void ProfileGeneratorBase::findDisjointRanges(RangeSample &DisjointRanges, in findDisjointRanges() argument342 DisjointRanges[{BeginAddress, Address - 1}] = Count; in findDisjointRanges()350 DisjointRanges[{BeginAddress, Address}] = Count; in findDisjointRanges()657 RangeSample DisjointRanges; in preprocessRangeCounter() local658 findDisjointRanges(DisjointRanges, Ranges); in preprocessRangeCounter()659 return DisjointRanges; in preprocessRangeCounter()
90 void findDisjointRanges(RangeSample &DisjointRanges,