Searched refs:NumSlots (Results 1 – 7 of 7) sorted by relevance
866 Starts.resize(NumSlots); in calculateLiveIntervals()868 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals()1196 for (unsigned i=0; i < NumSlots; ++i) { in expungeSlotMap()1226 if (!NumSlots) in runOnMachineFunction()1230 SortedSlots.reserve(NumSlots); in runOnMachineFunction()1231 Intervals.reserve(NumSlots); in runOnMachineFunction()1232 LiveStarts.resize(NumSlots); in runOnMachineFunction()1257 for (unsigned i=0; i < NumSlots; ++i) { in runOnMachineFunction()1270 calculateLiveIntervals(NumSlots); in runOnMachineFunction()1284 for (unsigned I = 0; I < NumSlots; ++I) { 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()
900 unsigned NumSlots = 1; in sortUseList() local913 for (I = 0; I < NumSlots; ++I) { in sortUseList()925 if (I == NumSlots) { in sortUseList()926 ++NumSlots; in sortUseList()927 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()938 for (unsigned I = 0; I < NumSlots; ++I) in sortUseList()
53 unsigned NumSlots; // Slots reserved to this instruction. member
124 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot() local125 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot()131 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
942 int NumSlots = processIndex(); in initializeIndexIfNeeded() local944 return NumSlots; in initializeIndexIfNeeded()2852 int NumSlots = Machine.initializeIndexIfNeeded(); in printModuleSummaryIndex() local2916 Out << "^" << NumSlots << " = flags: " << TheIndex->getFlags() << "\n"; in printModuleSummaryIndex()2917 ++NumSlots; in printModuleSummaryIndex()2920 Out << "^" << NumSlots << " = blockcount: " << TheIndex->getBlockCount() in printModuleSummaryIndex()