Home
last modified time | relevance | path

Searched refs:BestBefore (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1648 unsigned BestBefore = NumGaps; in tryLocalSplit() local
1720 BestBefore = SplitBefore; in tryLocalSplit()
1753 if (BestBefore == NumGaps) in tryLocalSplit()
1756 LLVM_DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore] << '-' in tryLocalSplit()
1758 << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
1764 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()
1773 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit()
1775 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()