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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1270 int SecondSlot = SortedSlots[J]; local
1272 LiveInterval *Second = &*Intervals[SecondSlot];
1274 auto &SecondS = LiveStarts[SecondSlot];
1289 SlotRemap[SecondSlot] = FirstSlot;
1292 << SecondSlot << " together.\n"); local
1294 MFI->getObjectAlignment(SecondSlot));
1297 MFI->getObjectSize(SecondSlot) &&
1301 ReducedSize += MFI->getObjectSize(SecondSlot);
1303 MFI->RemoveStackObject(SecondSlot);

Completed in 130 milliseconds