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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1735 unsigned BestBefore = NumGaps; local
1806 BestBefore = SplitBefore;
1839 if (BestBefore == NumGaps)
1842 DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore]
1844 << ", " << (BestAfter - BestBefore + 1) << " instrs\n");
1850 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]);
1860 bool LiveBefore = BestBefore != 0 || BI.LiveIn;
1862 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter;

Completed in 275 milliseconds