Searched refs:Percentage (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | CachePruning.h | 50 CachePruning &setMaxSize(unsigned Percentage) { in setMaxSize() argument 51 PercentageOfAvailableSpace = std::min(100u, Percentage); in setMaxSize()
|
/external/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 148 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace() argument 149 if (Percentage) in setMaxCacheSizeRelativeToAvailableSpace() 150 CacheOptions.MaxPercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.rst | 78 The size, in bytes, of the module block. Percentage is relative to File Size. 82 The size, in bytes, of all the function blocks. Percentage is relative to File 87 The size, in bytes, of the Global Types Pool. Percentage is relative to File 92 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File 98 Percentage is relative to File Size. 103 Percentage is relative to File Size. Note that this value is also included in 109 Percentage is relative to File Size. Note that this value is also included in 114 The size, in bytes, of all the symbol tables in all the functions. Percentage is 120 The size, in bytes, of the list of dependent libraries in the module. Percentage
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-bcanalyzer.pod | 79 The size, in bytes, of the module block. Percentage is relative to File Size. 83 The size, in bytes, of all the function blocks. Percentage is relative to File 88 The size, in bytes, of the Global Types Pool. Percentage is relative to File 93 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File 99 Percentage is relative to File Size. 104 Percentage is relative to File Size. Note that this value is also included in 110 Percentage is relative to File Size. Note that this value is also included in 115 The size, in bytes, of all the symbol tables in all the functions. Percentage is 121 The size, in bytes, of the list of dependent libraries in the module. Percentage
|
/external/llvm/lib/Analysis/ |
D | IndirectCallPromotionAnalysis.cpp | 66 unsigned Percentage = (Count * 100) / TotalCount; in isPromotionProfitable() local 67 return (Percentage >= ICPPercentThreshold); in isPromotionProfitable()
|
/external/autotest/client/tests/isic/ |
D | help | 30 Percentage Opts: [-F frags] [-V <Bad IP Version>]
|
/external/llvm/tools/lto/ |
D | lto.cpp | 542 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space() argument 543 return unwrap(cg)->setMaxCacheSizeRelativeToAvailableSpace(Percentage); in thinlto_codegen_set_final_cache_size_relative_to_available_space()
|
/external/e2fsprogs/po/ |
D | nl.po | 6875 msgstr "Percentage gereserveerde blokken is op %g%% gezet (%llu blokken)\n"
|