Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2337 float BestDiff = 0; in tryLocalSplit() local
2404 if (Diff > BestDiff) { in tryLocalSplit()
2406 BestDiff = Hysteresis * Diff; in tryLocalSplit()
2444 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()