Lines Matching refs:RegMaskSlots
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()
1459 assert((RI == LIS.RegMaskSlots.begin() || in updateRegMaskSlots()
1462 assert((std::next(RI) == LIS.RegMaskSlots.end() || in updateRegMaskSlots()