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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1791 unsigned BestAfter = 0; local
1864 BestAfter = SplitAfter;
1900 << '-' << Uses[BestAfter] << ", " << BestDiff
1901 << ", " << (BestAfter - BestBefore + 1) << " instrs\n");
1908 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]);
1918 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut;
1919 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter;

Completed in 235 milliseconds