Home
last modified time | relevance | path

Searched defs:BoundaryPoint (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp76 struct BoundaryPoint { in findDisjointRanges() struct
78 uint64_t BeginCount; in findDisjointRanges()
80 uint64_t EndCount; in findDisjointRanges()
82 BoundaryPoint() : BeginCount(0), EndCount(0){}; in findDisjointRanges() function
84 void addBeginCount(uint64_t Count) { BeginCount += Count; } in findDisjointRanges()
86 void addEndCount(uint64_t Count) { EndCount += Count; } in findDisjointRanges()