Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1759 unsigned BestBefore = NumGaps; in tryLocalSplit() local
1832 BestBefore = SplitBefore; in tryLocalSplit()
1865 if (BestBefore == NumGaps) in tryLocalSplit()
1868 DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore] in tryLocalSplit()
1870 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
1876 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()
1886 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit()
1888 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()