Searched refs:sources_per_thread (Results 1 – 1 of 1) sorted by relevance
113 static llvm::cl::opt<std::size_t> sources_per_thread( variable205 std::size_t i = cnt->fetch_add(sources_per_thread); in DeDuplicateAbiElementsThread()209 std::size_t end = std::min(i + sources_per_thread, num_sources); in DeDuplicateAbiElementsThread()232 sources_per_thread < dump_files_.size() in ReadInputDumpFiles()233 ? std::min(dump_files_.size() / sources_per_thread, max_threads) in ReadInputDumpFiles()