Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1649 unsigned BestAfter = 0; in tryLocalSplit() local
1721 BestAfter = SplitAfter; in tryLocalSplit()
1757 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()
1758 << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
1765 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()
1774 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()
1775 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()