Lines Matching full:bestbefore
1365 unsigned BestBefore = NumGaps;
1429 BestBefore = SplitBefore;
1462 if (BestBefore == NumGaps)
1465 DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore]
1467 << ", " << (BestAfter - BestBefore + 1) << " instrs\n");
1473 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]);
1483 bool LiveBefore = BestBefore != 0 || BI.LiveIn;
1485 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter;