Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IntervalPressure

114 void IntervalPressure::reset() {
131 void IntervalPressure::openTop(SlotIndex NextTop) {
147 void IntervalPressure::openBottom(SlotIndex PrevBottom) {
189 static_cast<IntervalPressure&>(P).reset();
217 assert(lis && "IntervalPressure requires LiveIntervals");
234 return static_cast<IntervalPressure&>(P).TopIdx.isValid();
242 return static_cast<IntervalPressure&>(P).BottomIdx.isValid();
260 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
272 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot();
540 static_cast<IntervalPressure&>(P).openTop(SlotIdx);
605 static_cast<IntervalPressure&>(P).openBottom(SlotIdx);