Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Slots

852   ArrayRef<SlotIndex> Slots;
855 Slots = getRegMaskSlotsInBlock(MBB->getNumber());
858 Slots = getRegMaskSlots();
862 // We are going to enumerate all the register mask slots contained in LI.
865 std::lower_bound(Slots.begin(), Slots.end(), LiveI->start);
866 ArrayRef<SlotIndex>::iterator SlotE = Slots.end();
868 // No slots in range, LI begins after the last call.
875 // Loop over all slots overlapping this segment.
885 UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()]);