Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h261 using IntervalReferences = SmallVector<const DataType *, 4>; variable
299 IntervalReferences IntervalsLeft; // Intervals to the left of middle point.
300 IntervalReferences IntervalsRight; // Intervals to the right of middle point.
304 IntervalReferences References;
317 static void printList(raw_ostream &OS, IntervalReferences &IntervalSet,
336 auto PrintNodeData = [&](StringRef Text, IntervalReferences &IntervalSet) {
459 const IntervalReferences *AscendingBuckets = nullptr;
460 const IntervalReferences *DescendingBuckets = nullptr;
544 explicit find_iterator(const IntervalReferences *Left, in find_iterator()
545 const IntervalReferences *Right, IntervalNode *Node, in find_iterator()
[all …]