Home
last modified time | relevance | path

Searched refs:PruningInterval (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DCachePruning.h32 CachePruning &setPruningInterval(int PruningInterval) { in setPruningInterval() argument
33 Interval = PruningInterval; in setPruningInterval()
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h112 int PruningInterval = 1200; // seconds, -1 to disable pruning. member
125 CacheOptions.PruningInterval = Interval; in setCachePruningInterval()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp827 .setPruningInterval(CacheOptions.PruningInterval) in run()