Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1652 float BestDiff = 0; in tryLocalSplit() local
1719 if (Diff > BestDiff) { in tryLocalSplit()
1721 BestDiff = Hysteresis * Diff; in tryLocalSplit()
1759 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()