Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2316 unsigned BestBefore = NumGaps; in tryLocalSplit() local
2388 BestBefore = SplitBefore; in tryLocalSplit()
2421 if (BestBefore == NumGaps) in tryLocalSplit()
2424 LLVM_DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore] << '-' in tryLocalSplit()
2426 << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
2432 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()
2442 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit()
2444 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()