Lines Matching defs:slots
353 std::list<SpillSlot> slots;
1652 std::list<SpillSlot>::iterator pos = slots.end(), it = slots.begin();
1667 while (it != slots.end() && it->offset < offset)
1669 if (it == slots.end()) // no slots left
1673 while (it != slots.end() && it->offset < entryEnd) {
1679 if (it == slots.end() || it->offset >= entryEnd) {
1681 for (; bgn != slots.end() && bgn->offset < entryEnd; ++bgn) {
1697 slots.insert(pos, slot)->occup.insert(livei);
1885 // TODO: We're not trying to reuse old slots in a potential next iteration.
1886 // We have to update the slots' livei intervals to be able to do that.
1888 slots.clear();