Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp497 float &Percentage) { in calculateCoverage()
632 float Percentage = Symbol->getCoveragePercentage(); in print() local
H A DLVScope.cpp1550 float Percentage = in printScopeSize() local
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h164 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace()
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp622 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space()