Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h627 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { in sortIntervals() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp4908 static bool sortIntervals(const ResourceSegments::IntervalTy &A, in sortIntervals() function
4917 assert(llvm::is_sorted(_Intervals, sortIntervals) && in getFirstAvailableAt()
5001 _Intervals.sort(sortIntervals); in sortAndMerge()