Home
last modified time | relevance | path

Searched refs:MaxSizeFiles (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h179 void setCacheMaxSizeFiles(unsigned MaxSizeFiles) { in setCacheMaxSizeFiles() argument
180 if (MaxSizeFiles) in setCacheMaxSizeFiles()
181 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCachePruning.cpp131 if (Value.getAsInteger(0, Policy.MaxSizeFiles)) in parseCachePruningPolicy()
162 Policy.MaxSizeBytes == 0 && Policy.MaxSizeFiles == 0) { in pruneCache()
262 if (Policy.MaxSizeFiles) in pruneCache()
263 while (NumFiles > Policy.MaxSizeFiles) in pruneCache()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCachePruning.h60 uint64_t MaxSizeFiles = 1000000; member
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp647 thinlto_code_gen_t cg, unsigned MaxSizeFiles) { in thinlto_codegen_set_cache_size_files() argument
648 return unwrap(cg)->setCacheMaxSizeFiles(MaxSizeFiles); in thinlto_codegen_set_cache_size_files()