Lines Matching refs:IntervalPressure
149 void IntervalPressure::reset() {
166 void IntervalPressure::openTop(SlotIndex NextTop) {
182 void IntervalPressure::openBottom(SlotIndex PrevBottom) {
221 assert(lis && "IntervalPressure requires LiveIntervals");
230 static_cast<IntervalPressure&>(P).reset();
247 return static_cast<IntervalPressure&>(P).TopIdx.isValid();
255 return static_cast<IntervalPressure&>(P).BottomIdx.isValid();
273 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
291 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot();
461 static_cast<IntervalPressure&>(P).openTop(SlotIdx);
523 static_cast<IntervalPressure&>(P).openBottom(SlotIdx);