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