Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackColoring.cpp1322 int SecondSlot = SortedSlots[J]; in runOnMachineFunction() local
1325 if (MFI->getStackID(FirstSlot) != MFI->getStackID(SecondSlot)) in runOnMachineFunction()
1329 LiveInterval *Second = &*Intervals[SecondSlot]; in runOnMachineFunction()
1331 auto &SecondS = LiveStarts[SecondSlot]; in runOnMachineFunction()
1346 SlotRemap[SecondSlot] = FirstSlot; in runOnMachineFunction()
1349 << SecondSlot << " together.\n"); in runOnMachineFunction()
1351 MFI->getObjectAlign(SecondSlot)); in runOnMachineFunction()
1354 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction()
1358 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()
1360 MFI->RemoveStackObject(SecondSlot); in runOnMachineFunction()