Searched refs:BestAfter (Results 1 – 3 of 3) 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()
2266 unsigned BestAfter = 0; in tryLocalSplit() local2338 BestAfter = SplitAfter; in tryLocalSplit()2374 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()2375 << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()2382 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()2392 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()2393 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()