Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp76 struct BoundaryPoint { in findDisjointRanges() struct
82 BoundaryPoint() : BeginCount(0), EndCount(0){}; in findDisjointRanges() function
116 std::map<uint64_t, BoundaryPoint> Boundaries; in findDisjointRanges()
123 Boundaries[Begin] = BoundaryPoint(); in findDisjointRanges()
127 Boundaries[End] = BoundaryPoint(); in findDisjointRanges()
135 BoundaryPoint &Point = Item.second; in findDisjointRanges()