Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1294 int SecondSlot = SortedSlots[J]; in runOnMachineFunction() local
1297 if (MFI->getStackID(FirstSlot) != MFI->getStackID(SecondSlot)) in runOnMachineFunction()
1301 LiveInterval *Second = &*Intervals[SecondSlot]; in runOnMachineFunction()
1303 auto &SecondS = LiveStarts[SecondSlot]; in runOnMachineFunction()
1318 SlotRemap[SecondSlot] = FirstSlot; in runOnMachineFunction()
1321 << SecondSlot << " together.\n"); in runOnMachineFunction()
1323 MFI->getObjectAlign(SecondSlot)); in runOnMachineFunction()
1326 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction()
1330 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()
1332 MFI->RemoveStackObject(SecondSlot); in runOnMachineFunction()