Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1365 unsigned BestBefore = NumGaps; in tryLocalSplit() local
1429 BestBefore = SplitBefore; in tryLocalSplit()
1462 if (BestBefore == NumGaps) in tryLocalSplit()
1465 DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore] in tryLocalSplit()
1467 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
1473 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()
1483 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit()
1485 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1800 unsigned BestBefore = NumGaps; in tryLocalSplit() local
1873 BestBefore = SplitBefore; in tryLocalSplit()
1906 if (BestBefore == NumGaps) in tryLocalSplit()
1909 DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore] in tryLocalSplit()
1911 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
1917 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()
1927 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit()
1929 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()