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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1275 int SecondSlot = SortedSlots[J]; local
1277 LiveInterval *Second = &*Intervals[SecondSlot];
1279 auto &SecondS = LiveStarts[SecondSlot];
1294 SlotRemap[SecondSlot] = FirstSlot;
1297 << SecondSlot << " together.\n"); local
1299 MFI->getObjectAlign(SecondSlot));
1302 MFI->getObjectSize(SecondSlot) &&
1306 ReducedSize += MFI->getObjectSize(SecondSlot);
1308 MFI->RemoveStackObject(SecondSlot);

Completed in 103 milliseconds