Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp41 double Percentage = ((double)Entry.second / NumCycles) * 100.0; in printDispatchHistogram() local
58 double Percentage = ((double)NumStalls / NumCycles) * 100.0; in printStalls() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp497 float &Percentage) { in calculateCoverage() argument
631 float Percentage = Symbol->getCoveragePercentage(); in print() local
H A DLVScope.cpp1535 float Percentage = in printScopeSize() local
/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h164 setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) setMaxCacheSizeRelativeToAvailableSpace() argument
/llvm-project/llvm/tools/lto/
H A Dlto.cpp622 thinlto_codegen_set_final_cache_size_relative_to_available_space(thinlto_code_gen_t cg,unsigned Percentage) thinlto_codegen_set_final_cache_size_relative_to_available_space() argument