Searched refs:SortedSlots (Results 1 – 1 of 1) sorted by relevance
1227 SmallVector<int, 8> SortedSlots; in run() local1228 SortedSlots.reserve(NumSlots); in run()1258 SortedSlots.push_back(i); in run()1282 if (Intervals[SortedSlots[I]]->empty()) in run()1283 SortedSlots[I] = -1; in run()1294 llvm::stable_sort(SortedSlots, [this](int LHS, int RHS) { in run()1311 if (SortedSlots[I] == -1) in run()1315 if (SortedSlots[J] == -1) in run()1318 int FirstSlot = SortedSlots[I]; in run()1319 int SecondSlot = SortedSlots[J]; in run()[all …]