Searched refs:RegMaskSlots (Results 1 – 3 of 3) sorted by relevance
155 ArrayRef<SlotIndex> RegMaskSlots; in update() local187 RegMaskSlots = LIS->getRegMaskSlotsInBlock(MBBNum); in update()190 for (unsigned i = 0, e = RegMaskSlots.size(); in update()191 i != e && RegMaskSlots[i] < Limit; ++i) in update()194 BI->First = RegMaskSlots[i]; in update()247 for (unsigned i = RegMaskSlots.size(); in update()248 i && RegMaskSlots[i-1].getDeadSlot() > Limit; --i) in update()252 BI->Last = RegMaskSlots[i-1].getDeadSlot(); in update()
149 RegMaskSlots.clear(); in clear()201 for (SlotIndex Idx : RegMaskSlots) in print()257 RMB.first = RegMaskSlots.size(); in computeRegMasks()261 RegMaskSlots.push_back(Indexes->getMBBStartIdx(&MBB)); in computeRegMasks()270 RegMaskSlots.push_back(Indexes->getMBBStartIdx(&MBB)); in computeRegMasks()278 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot()); in computeRegMasks()288 RegMaskSlots.push_back( in computeRegMasks()294 RMB.second = RegMaskSlots.size() - RMB.first; in computeRegMasks()1490 llvm::lower_bound(LIS.RegMaskSlots, OldIdx); in updateRegMaskSlots()1491 assert(RI != LIS.RegMaskSlots.end() && *RI == OldIdx.getRegSlot() && in updateRegMaskSlots()[all …]
75 SmallVector<SlotIndex, 8> RegMaskSlots; variable282 RegMaskBlocks.push_back(std::make_pair(RegMaskSlots.size(), 0)); in insertMBBInMaps()373 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } in getRegMaskSlots()