return ranges.back().second;
}
- bool expired(unsigned index) const {
+ bool expiredAt(unsigned index) const {
return end() <= index;
}
return ranges.back().second;
}
- bool expired(unsigned index) const {
+ bool expiredAt(unsigned index) const {
return end() <= index;
}
return ranges.back().second;
}
- bool expired(unsigned index) const {
+ bool expiredAt(unsigned index) const {
return end() <= index;
}
// an interval expires this is going to be the last use. in
// this case we can reuse the register for a def in the same
// instruction
- if ((*i)->expired(cur->start() + 1)) {
+ if ((*i)->expiredAt(cur->start() + 1)) {
DEBUG(std::cerr << "\t\tinterval " << **i << " expired\n");
if (reg < MRegisterInfo::FirstVirtualRegister) {
clearReservedPhysReg(reg);