Searched refs:BestAfter (Results 1 – 2 of 2) sorted by relevance
1366 unsigned BestAfter = 0; in tryLocalSplit() local1430 BestAfter = SplitAfter; in tryLocalSplit()1466 << '-' << Uses[BestAfter] << ", " << BestDiff in tryLocalSplit()1467 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()1474 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()1484 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()1485 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()
1801 unsigned BestAfter = 0; in tryLocalSplit() local1874 BestAfter = SplitAfter; in tryLocalSplit()1910 << '-' << Uses[BestAfter] << ", " << BestDiff in tryLocalSplit()1911 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()1918 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()1928 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()1929 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()