Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1552 float BestDiff = 0; in tryLocalSplit() local
1619 if (Diff > BestDiff) { in tryLocalSplit()
1621 BestDiff = Hysteresis * Diff; in tryLocalSplit()
1659 << Uses[BestAfter] << ", " << BestDiff << ", " in tryLocalSplit()