Home
last modified time | relevance | path

Searched defs:Percentage (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp42 double Percentage = ((double)Entry.second / NumCycles) * 100.0; in printDispatchHistogram() local
59 double Percentage = ((double)NumStalls / NumCycles) * 100.0; in printStalls() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h165 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp628 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space()