Searched defs: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
59 double Percentage = ((double)NumStalls / NumCycles) * 100.0; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h165 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { argument

Completed in 68 milliseconds