Searched refs:BestAfter (Results 1 – 1 of 1) sorted by relevance
1785 unsigned BestAfter = 0; in tryLocalSplit() local1857 BestAfter = SplitAfter; in tryLocalSplit()1893 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()1894 << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()1901 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()1910 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()1911 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()