Searched refs:BestBefore (Results 1 – 1 of 1) sorted by relevance
1790 unsigned BestBefore = NumGaps; in tryLocalSplit() local1863 BestBefore = SplitBefore; in tryLocalSplit()1896 if (BestBefore == NumGaps) in tryLocalSplit()1899 DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore] in tryLocalSplit()1901 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()1907 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()1917 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit()1919 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()