Searched refs:expiredAt (Results 1 – 7 of 7) sorted by relevance
35 assert((SplitLRs[eq-1]->empty() || SplitLRs[eq-1]->expiredAt(I->start)) && in DistributeRange()
324 return LI.expiredAt(SI); in regJustKilledBefore()
371 bool expiredAt(SlotIndex index) const {
369 bool expiredAt(SlotIndex index) const { in expiredAt() function
1380 if (!HI->expiredAt(earliestStart) && in assignRegOrStackSlotAtInterval()1381 HI->expiredAt(cur->beginIndex())) { in assignRegOrStackSlotAtInterval()
731 assert((LIV[eq]->empty() || LIV[eq]->expiredAt(I->start)) && in Distribute()
736 if (SrcLI.liveAt(MBBStartIndex) && SrcLI.expiredAt(NextInstrIndex)) in InsertCopiesForPHI()