Searched refs:SecondSlot (Results 1 – 2 of 2) sorted by relevance
1250 int SecondSlot = SortedSlots[J]; in runOnMachineFunction() local1252 LiveInterval *Second = &*Intervals[SecondSlot]; in runOnMachineFunction()1254 auto &SecondS = LiveStarts[SecondSlot]; in runOnMachineFunction()1269 SlotRemap[SecondSlot] = FirstSlot; in runOnMachineFunction()1272 << SecondSlot << " together.\n"); in runOnMachineFunction()1274 MFI->getObjectAlignment(SecondSlot)); in runOnMachineFunction()1277 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction()1281 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()1283 MFI->RemoveStackObject(SecondSlot); in runOnMachineFunction()
1085 int SecondSlot = SortedSlots[J]; in runOnMachineFunction() local1087 LiveInterval *Second = &*Intervals[SecondSlot]; in runOnMachineFunction()1094 SlotRemap[SecondSlot] = FirstSlot; in runOnMachineFunction()1097 SecondSlot<<" together.\n"); in runOnMachineFunction()1099 MFI->getObjectAlignment(SecondSlot)); in runOnMachineFunction()1102 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction()1106 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()1108 MFI->RemoveStackObject(SecondSlot); in runOnMachineFunction()