Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2317 unsigned BestAfter = 0; in tryLocalSplit() local
2389 BestAfter = SplitAfter; in tryLocalSplit()
2425 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()
2426 << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
2433 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()
2443 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()
2444 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()