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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1737 float BestDiff = 0; local
1803 if (Diff > BestDiff) {
1805 BestDiff = Hysteresis * Diff;
1843 << '-' << Uses[BestAfter] << ", " << BestDiff

Completed in 547 milliseconds