Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_set.h36 friend class IntervalSet; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h618 IntervalReferences IntervalSet; in getContaining() local
627 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { in sortIntervals()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp324 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply() typedef