Searched refs:BestAfter (Results 1 – 1 of 1) sorted by relevance
1791 unsigned BestAfter = 0; in tryLocalSplit() local1864 BestAfter = SplitAfter; in tryLocalSplit()1900 << '-' << Uses[BestAfter] << ", " << BestDiff in tryLocalSplit()1901 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()1908 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()1918 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()1919 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()