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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1736 unsigned BestAfter = 0; local
1807 BestAfter = SplitAfter;
1843 << '-' << Uses[BestAfter] << ", " << BestDiff
1844 << ", " << (BestAfter - BestBefore + 1) << " instrs\n");
1851 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]);
1861 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut;
1862 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter;

Completed in 78 milliseconds