Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1366 unsigned BestAfter = 0; in tryLocalSplit() local
1430 BestAfter = SplitAfter; in tryLocalSplit()
1466 << '-' << Uses[BestAfter] << ", " << BestDiff in tryLocalSplit()
1467 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
1474 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()
1484 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()
1485 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1801 unsigned BestAfter = 0; in tryLocalSplit() local
1874 BestAfter = SplitAfter; in tryLocalSplit()
1910 << '-' << Uses[BestAfter] << ", " << BestDiff in tryLocalSplit()
1911 << ", " << (BestAfter - BestBefore + 1) << " instrs\n"); in tryLocalSplit()
1918 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()
1928 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()
1929 unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter; in tryLocalSplit()