Searched refs:BestBefore (Results 1 – 2 of 2) sorted by relevance
1365 unsigned BestBefore = NumGaps; in tryLocalSplit() local1429 BestBefore = SplitBefore; in tryLocalSplit()1462 if (BestBefore == NumGaps) in tryLocalSplit()1465 DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore] in tryLocalSplit()1467 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()1473 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()1483 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit()1485 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()
1800 unsigned BestBefore = NumGaps; in tryLocalSplit() local1873 BestBefore = SplitBefore; in tryLocalSplit()1906 if (BestBefore == NumGaps) in tryLocalSplit()1909 DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore] in tryLocalSplit()1911 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()1917 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()1927 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit()1929 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()