Lines Matching refs:RegMaskSlots
114 RegMaskSlots.clear(); in releaseMemory()
171 for (SlotIndex Idx : RegMaskSlots) in print()
218 RMB.first = RegMaskSlots.size(); in computeRegMasks()
222 RegMaskSlots.push_back(Indexes->getMBBStartIdx(&MBB)); in computeRegMasks()
230 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot()); in computeRegMasks()
240 RegMaskSlots.push_back( in computeRegMasks()
246 RMB.second = RegMaskSlots.size() - RMB.first; in computeRegMasks()
1374 std::lower_bound(LIS.RegMaskSlots.begin(), LIS.RegMaskSlots.end(), in updateRegMaskSlots()
1376 assert(RI != LIS.RegMaskSlots.end() && *RI == OldIdx.getRegSlot() && in updateRegMaskSlots()
1379 assert((RI == LIS.RegMaskSlots.begin() || in updateRegMaskSlots()
1382 assert((std::next(RI) == LIS.RegMaskSlots.end() || in updateRegMaskSlots()