Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp168 using SortType = std::pair<unsigned, ClusterMapType::iterator>; in findPartitions() typedef
170 SmallVector<SortType, 64> Sets; in findPartitions()
182 llvm::sort(Sets, [](const SortType &a, const SortType &b) { in findPartitions()