Searched refs:NumSlots (Results 1 – 7 of 7) sorted by relevance
526 void calculateLiveIntervals(unsigned NumSlots);542 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);858 void StackColoring::calculateLiveIntervals(unsigned NumSlots) { in calculateLiveIntervals() argument866 Starts.resize(NumSlots); in calculateLiveIntervals()868 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals()908 for (unsigned i = 0; i < NumSlots; ++i) { in calculateLiveIntervals()1194 unsigned NumSlots) { in expungeSlotMap() argument1196 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()1223 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction() local1226 if (!NumSlots) in runOnMachineFunction()[all …]
490 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local491 if (NumSlots == 0) in runOnMachineFunction()
69 unsigned NextSlotIdx = CurrentInstructionSlotIdx + std::max(1U, Current.NumSlots); in computeNextSlotIdx()82 CurrentInstructionSlotIdx += std::max(1U, Current.NumSlots); in consumeCurrentToken()84 AvailableEntries += Current.NumSlots; in consumeCurrentToken()
897 unsigned NumSlots = 1; in sortUseList() local910 for (I = 0; I < NumSlots; ++I) { in sortUseList()922 if (I == NumSlots) { in sortUseList()923 ++NumSlots; in sortUseList()924 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()935 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
53 unsigned NumSlots; // Slots reserved to this instruction. member
122 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local123 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot()129 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
960 int NumSlots = processIndex(); in initializeIndexIfNeeded() local962 return NumSlots; in initializeIndexIfNeeded()2881 int NumSlots = Machine.initializeIndexIfNeeded(); in printModuleSummaryIndex() local2944 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex()2945 ++NumSlots; in printModuleSummaryIndex()2948 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()