Lines Matching refs:RegMaskSlots
99 RegMaskSlots.clear(); in releaseMemory()
162 for (unsigned i = 0, e = RegMaskSlots.size(); i != e; ++i) in print()
163 OS << ' ' << RegMaskSlots[i]; in print()
212 RMB.first = RegMaskSlots.size(); in computeRegMasks()
216 RegMaskSlots.push_back(Indexes->getMBBStartIdx(&MBB)); in computeRegMasks()
224 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot()); in computeRegMasks()
234 RegMaskSlots.push_back( in computeRegMasks()
240 RMB.second = RegMaskSlots.size() - RMB.first; in computeRegMasks()
1298 std::lower_bound(LIS.RegMaskSlots.begin(), LIS.RegMaskSlots.end(), in updateRegMaskSlots()
1300 assert(RI != LIS.RegMaskSlots.end() && *RI == OldIdx.getRegSlot() && in updateRegMaskSlots()
1303 assert((RI == LIS.RegMaskSlots.begin() || in updateRegMaskSlots()
1306 assert((std::next(RI) == LIS.RegMaskSlots.end() || in updateRegMaskSlots()