Home
last modified time | relevance | path

Searched refs:BestBefore (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2265 unsigned BestBefore = NumGaps; in tryLocalSplit() local
2337 BestBefore = SplitBefore; in tryLocalSplit()
2370 if (BestBefore == NumGaps) in tryLocalSplit()
2373 LLVM_DEBUG(dbgs() << "Best local split range: " << Uses[BestBefore] << '-' in tryLocalSplit()
2375 << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
2381 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()
2391 bool LiveBefore = BestBefore != 0 || BI.LiveIn; in tryLocalSplit()
2393 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()