Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1761 float BestDiff = 0; in tryLocalSplit() local
1829 if (Diff > BestDiff) { in tryLocalSplit()
1831 BestDiff = Hysteresis * Diff; in tryLocalSplit()
1869 << '-' << Uses[BestAfter] << ", " << BestDiff in tryLocalSplit()