Searched refs:SecondSlot (Results 1 – 1 of 1) sorted by relevance
1294 int SecondSlot = SortedSlots[J]; in runOnMachineFunction() local1297 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()