Searched refs:RegMaskSlots (Results 1 – 3 of 3) sorted by relevance
156 ArrayRef<SlotIndex> RegMaskSlots; in update() local188 RegMaskSlots = LIS->getRegMaskSlotsInBlock(MBBNum); in update()191 for (unsigned i = 0, e = RegMaskSlots.size(); in update()192 i != e && RegMaskSlots[i] < Limit; ++i) in update()195 BI->First = RegMaskSlots[i]; in update()248 for (unsigned i = RegMaskSlots.size(); in update()249 i && RegMaskSlots[i-1].getDeadSlot() > Limit; --i) in update()253 BI->Last = RegMaskSlots[i-1].getDeadSlot(); in update()
133 RegMaskSlots.clear(); in clear()185 for (SlotIndex Idx : RegMaskSlots) in print()241 RMB.first = RegMaskSlots.size(); in computeRegMasks()245 RegMaskSlots.push_back(Indexes->getMBBStartIdx(&MBB)); in computeRegMasks()254 RegMaskSlots.push_back(Indexes->getMBBStartIdx(&MBB)); in computeRegMasks()262 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot()); in computeRegMasks()272 RegMaskSlots.push_back( in computeRegMasks()278 RMB.second = RegMaskSlots.size() - RMB.first; in computeRegMasks()1455 llvm::lower_bound(LIS.RegMaskSlots, OldIdx); in updateRegMaskSlots()1456 assert(RI != LIS.RegMaskSlots.end() && *RI == OldIdx.getRegSlot() && in updateRegMaskSlots()[all …]
74 SmallVector<SlotIndex, 8> RegMaskSlots; variable272 RegMaskBlocks.push_back(std::make_pair(RegMaskSlots.size(), 0)); in insertMBBInMaps()363 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } in getRegMaskSlots()