Home
last modified time | relevance | path

Searched refs:DisjointRanges (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp230 void ProfileGeneratorBase::findDisjointRanges(RangeSample &DisjointRanges, in findDisjointRanges() argument
342 DisjointRanges[{BeginAddress, Address - 1}] = Count; in findDisjointRanges()
350 DisjointRanges[{BeginAddress, Address}] = Count; in findDisjointRanges()
657 RangeSample DisjointRanges; in preprocessRangeCounter() local
658 findDisjointRanges(DisjointRanges, Ranges); in preprocessRangeCounter()
659 return DisjointRanges; in preprocessRangeCounter()
H A DProfileGenerator.h90 void findDisjointRanges(RangeSample &DisjointRanges,