Searched defs:MaxSizeBytes (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | CachePruning.h | 50 uint64_t MaxSizeBytes = 0; member |
/llvm-project/llvm/unittests/Support/ | ||
H A D | CachePruningTest.cpp | 48 TEST(CachePruningPolicyParser, MaxSizeBytes) { in TEST() argument |
/llvm-project/llvm/include/llvm/LTO/legacy/ | ||
H A D | ThinLTOCodeGenerator.h | 172 setCacheMaxSizeBytes(uint64_t MaxSizeBytes) setCacheMaxSizeBytes() argument |
/llvm-project/llvm/tools/lto/ | ||
H A D | lto.cpp | 627 thinlto_codegen_set_cache_size_bytes(thinlto_code_gen_t cg,unsigned MaxSizeBytes) thinlto_codegen_set_cache_size_bytes() argument |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | AssignmentTrackingAnalysis.cpp | 2524 const uint64_t MaxSizeBytes = 2048; removeRedundantDbgLocsUsingBackwardScan() local |