Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp1226 SmallVector<int, 8> SortedSlots; in runOnMachineFunction() local
1227 SortedSlots.reserve(NumSlots); in runOnMachineFunction()
1258 SortedSlots.push_back(i); in runOnMachineFunction()
1282 if (Intervals[SortedSlots[I]]->empty()) in runOnMachineFunction()
1283 SortedSlots[I] = -1; in runOnMachineFunction()
1294 llvm::stable_sort(SortedSlots, [this](int LHS, int RHS) { in runOnMachineFunction()
1311 if (SortedSlots[I] == -1) in runOnMachineFunction()
1315 if (SortedSlots[J] == -1) in runOnMachineFunction()
1318 int FirstSlot = SortedSlots[I]; in runOnMachineFunction()
1319 int SecondSlot = SortedSlots[J]; in runOnMachineFunction()
[all …]