Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp126 uint64_t EndCount; in findDisjointRanges() member
128 BoundaryPoint() : BeginCount(0), EndCount(0){}; in findDisjointRanges()
132 void addEndCount(uint64_t Count) { EndCount += Count; } in findDisjointRanges()
188 if (Point.EndCount) { in findDisjointRanges()
191 Count -= Point.EndCount; in findDisjointRanges()