Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp165 uint32_t BestCount = 0; in encode() local
177 if (CurrCount > BestCount) { in encode()
180 BestCount = CurrCount; in encode()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp901 const uint64_t BestCount = BestSaveCount[CSR].back(); in isBestSavePosCold() local
903 if (BestCount >= (opts::ShrinkWrappingThreshold / 100.0) * CurSavingCost) in isBestSavePosCold()
911 << " Freq reduction: " << (CurSavingCost - BestCount) << "\n"; in isBestSavePosCold()
914 TotalEstimatedWin = CurSavingCost - BestCount; in isBestSavePosCold()