Searched refs:BestBefore (Results 1 – 1 of 1) sorted by relevance
2335 unsigned BestBefore = NumGaps; in tryLocalSplit() local2407 BestBefore = SplitBefore; in tryLocalSplit()2440 if (BestBefore == NumGaps) in tryLocalSplit()2443 LLVM_DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore] << '-' in tryLocalSplit()2445 << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()2451 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()2461 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit()2463 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()