Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1136 unsigned BestAfter = 0; in tryLocalSplit() local
1200 BestAfter = SplitAfter; in tryLocalSplit()
1236 << '-' << Uses[BestAfter] << ", " << BestDiff in tryLocalSplit()
1237 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
1244 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()
1254 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()
1255 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()