Searched refs:NumSlots (Results 1 – 7 of 7) sorted by relevance
528 void calculateLiveIntervals(unsigned NumSlots);544 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()1191 unsigned NumSlots) { in expungeSlotMap() argument1193 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()1220 unsigned NumSlots = MFI->getObjectIndexEnd(); in runOnMachineFunction() local1223 if (!NumSlots) in runOnMachineFunction()[all …]
495 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction() local496 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()
904 unsigned NumSlots = 1; in sortUseList() local917 for (I = 0; I < NumSlots; ++I) { in sortUseList()929 if (I == NumSlots) { in sortUseList()930 ++NumSlots; in sortUseList()931 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()942 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
53 unsigned NumSlots; // Slots reserved to this instruction. member
120 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local121 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot()127 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
977 int NumSlots = processIndex(); in initializeIndexIfNeeded() local979 return NumSlots; in initializeIndexIfNeeded()2905 int NumSlots = Machine.initializeIndexIfNeeded(); in printModuleSummaryIndex() local2969 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex()2970 ++NumSlots; in printModuleSummaryIndex()2973 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()