Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2336 unsigned BestAfter = 0; in tryLocalSplit() local
2408 BestAfter = SplitAfter; in tryLocalSplit()
2444 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()
2445 << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
2452 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()
2462 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()
2463 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()