Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2318 float BestDiff = 0; in tryLocalSplit() local
2385 if (Diff > BestDiff) { in tryLocalSplit()
2387 BestDiff = Hysteresis * Diff; in tryLocalSplit()
2425 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()