Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h496 ComputeUpperBounds(0, m_entries.size()); in Sort()
535 ComputeUpperBounds(0, m_entries.size()); in CombineConsecutiveEntriesWithEqualData()
678 B ComputeUpperBounds(size_t lo, size_t hi) { in ComputeUpperBounds() function
686 std::max(entry.upper_bound, ComputeUpperBounds(lo, mid)); in ComputeUpperBounds()
690 std::max(entry.upper_bound, ComputeUpperBounds(mid + 1, hi)); in ComputeUpperBounds()