Searched refs:NumSlots (Results 1 – 4 of 4) sorted by relevance
157 void calculateLiveIntervals(unsigned NumSlots);173 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);371 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { in calculateLiveIntervals() argument379 Starts.resize(NumSlots); in calculateLiveIntervals()381 Finishes.resize(NumSlots); in calculateLiveIntervals()419 for (unsigned i = 0; i < NumSlots; ++i) { in calculateLiveIntervals()622 unsigned NumSlots) { in expungeSlotMap() argument624 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()655 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction() local658 if (!NumSlots) in runOnMachineFunction()[all …]
439 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local440 if (NumSlots == 0) in runOnMachineFunction()
548 unsigned NumSlots = 1; in sortUseList() local561 for (I = 0; I < NumSlots; ++I) { in sortUseList()573 if (I == NumSlots) { in sortUseList()574 ++NumSlots; in sortUseList()575 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()586 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
80 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local81 assert(NextSlotToAllocate <= NumSlots && "broken invariant"); in allocateStackSlot()83 if (NextSlotToAllocate >= NumSlots) { in allocateStackSlot()84 assert(NextSlotToAllocate == NumSlots); in allocateStackSlot()86 if (NumSlots + 1 > StatepointMaxSlotsRequired) { in allocateStackSlot()87 StatepointMaxSlotsRequired = NumSlots + 1; in allocateStackSlot()