Searched refs:BestAfter (Results 1 – 1 of 1) sorted by relevance
2336 unsigned BestAfter = 0; in tryLocalSplit() local2408 BestAfter = SplitAfter; in tryLocalSplit()2444 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()2445 << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()2452 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()2462 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()2463 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()