Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveAfter

1391       const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut;
1398 if (!LiveBefore && !LiveAfter) {
1406 unsigned NewGaps = LiveBefore + SplitAfter - SplitBefore + LiveAfter;
1419 (LiveBefore + LiveAfter)*SlotIndex::InstrDist);
1484 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut;
1485 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter;