Searched refs:BestDiff (Results 1 - 2 of 2) sorted by relevance

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

Completed in 160 milliseconds