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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h54 // static void sortIntervals(IntervalReferences &Intervals, Sorting Sort);
183 // static void sortIntervals(IntervalReferences &Intervals, Sorting Sort);
627 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { function in class:llvm::IntervalTree
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp4266 static bool sortIntervals(const ResourceSegments::IntervalTy &A, function
4276 sortIntervals) && local
4346 _Intervals.sort(sortIntervals);

Completed in 203 milliseconds