Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp1319 int SecondSlot = SortedSlots[J]; in runOnMachineFunction() local
1321 LiveInterval *Second = &*Intervals[SecondSlot]; in runOnMachineFunction()
1323 auto &SecondS = LiveStarts[SecondSlot]; in runOnMachineFunction()
1338 SlotRemap[SecondSlot] = FirstSlot; in runOnMachineFunction()
1341 << SecondSlot << " together.\n"); in runOnMachineFunction()
1343 MFI->getObjectAlign(SecondSlot)); in runOnMachineFunction()
1346 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction()
1350 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()
1352 MFI->RemoveStackObject(SecondSlot); in runOnMachineFunction()