Home
last modified time | relevance | path

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

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