Searched refs:NumSlots (Results 1 – 7 of 7) sorted by relevance
495 void calculateLiveIntervals(unsigned NumSlots);511 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);814 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { in calculateLiveIntervals() argument822 Starts.resize(NumSlots); in calculateLiveIntervals()824 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals()864 for (unsigned i = 0; i < NumSlots; ++i) { in calculateLiveIntervals()1142 unsigned NumSlots) { in expungeSlotMap() argument1144 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()1171 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction() local1174 if (!NumSlots) in runOnMachineFunction()[all …]
499 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local500 if (NumSlots == 0) in runOnMachineFunction()
66 unsigned NextSlotIdx = CurrentInstructionSlotIdx + std::max(1U, Current.NumSlots); in computeNextSlotIdx()79 CurrentInstructionSlotIdx += std::max(1U, Current.NumSlots); in consumeCurrentToken()81 AvailableEntries += Current.NumSlots; in consumeCurrentToken()
655 unsigned NumSlots = 1; in sortUseList() local668 for (I = 0; I < NumSlots; ++I) { in sortUseList()680 if (I == NumSlots) { in sortUseList()681 ++NumSlots; in sortUseList()682 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()693 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
762 unsigned NumSlots = 1; in sortUseList() local775 for (I = 0; I < NumSlots; ++I) { in sortUseList()787 if (I == NumSlots) { in sortUseList()788 ++NumSlots; in sortUseList()789 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()800 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
53 unsigned NumSlots; // Slots reserved to this instruction. member
105 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local106 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot()112 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()