Lines Matching refs:RegMaskSlots
96 RegMaskSlots.clear();
156 for (unsigned i = 0, e = RegMaskSlots.size(); i != e; ++i)
157 OS << ' ' << RegMaskSlots[i];
209 RMB.first = RegMaskSlots.size();
215 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot());
219 RMB.second = RegMaskSlots.size() - RMB.first;
681 // Start with a binary search of RegMaskSlots to find a starting point.
977 std::lower_bound(LIS.RegMaskSlots.begin(), LIS.RegMaskSlots.end(),
979 assert(RI != LIS.RegMaskSlots.end() && *RI == OldIdx.getRegSlot() &&
982 assert((RI == LIS.RegMaskSlots.begin() ||
985 assert((std::next(RI) == LIS.RegMaskSlots.end() ||