Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp1229 SmallVector<int, 8> SortedSlots; in runOnMachineFunction() local
1230 SortedSlots.reserve(NumSlots); in runOnMachineFunction()
1261 SortedSlots.push_back(i); in runOnMachineFunction()
1285 if (Intervals[SortedSlots[I]]->empty()) in runOnMachineFunction()
1286 SortedSlots[I] = -1; in runOnMachineFunction()
1297 llvm::stable_sort(SortedSlots, [this](int LHS, int RHS) { in runOnMachineFunction()
1314 if (SortedSlots[I] == -1) in runOnMachineFunction()
1318 if (SortedSlots[J] == -1) in runOnMachineFunction()
1321 int FirstSlot = SortedSlots[I]; in runOnMachineFunction()
1322 int SecondSlot = SortedSlots[J]; in runOnMachineFunction()
[all …]