Searched refs:Percentage (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp42 double Percentage = ((double)Entry.second / NumCycles) * 100.0; local
44 << " (" << format("%.1f", floor((Percentage * 10) + 0.5) / 10)
59 double Percentage = ((double)NumStalls / NumCycles) * 100.0; local
61 << format("%.1f", floor((Percentage * 10) + 0.5) / 10) << "%)";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h165 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { argument
166 if (Percentage)
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage;

Completed in 57 milliseconds