Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1367 float BestDiff = 0; in tryLocalSplit() local
1426 if (Diff > BestDiff) { in tryLocalSplit()
1428 BestDiff = Hysteresis * Diff; in tryLocalSplit()
1466 << '-' << Uses[BestAfter] << ", " << BestDiff in tryLocalSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1802 float BestDiff = 0; in tryLocalSplit() local
1870 if (Diff > BestDiff) { in tryLocalSplit()
1872 BestDiff = Hysteresis * Diff; in tryLocalSplit()
1910 << '-' << Uses[BestAfter] << ", " << BestDiff in tryLocalSplit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2267 float BestDiff = 0; in tryLocalSplit() local
2334 if (Diff > BestDiff) { in tryLocalSplit()
2336 BestDiff = Hysteresis * Diff; in tryLocalSplit()
2374 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()