Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp1156 SmallVector<int, 8> SortedSlots; in runOnMachineFunction() local
1157 SortedSlots.reserve(NumSlots); in runOnMachineFunction()
1188 SortedSlots.push_back(i); in runOnMachineFunction()
1212 if (Intervals[SortedSlots[I]]->empty()) in runOnMachineFunction()
1213 SortedSlots[I] = -1; in runOnMachineFunction()
1224 std::stable_sort(SortedSlots.begin(), SortedSlots.end(), in runOnMachineFunction()
1240 if (SortedSlots[I] == -1) in runOnMachineFunction()
1244 if (SortedSlots[J] == -1) in runOnMachineFunction()
1247 int FirstSlot = SortedSlots[I]; in runOnMachineFunction()
1248 int SecondSlot = SortedSlots[J]; in runOnMachineFunction()
[all …]