Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp465 ThreadPool *ThPool; in runOnFunctions() local
467 ThPool = &ParallelUtilities::getThreadPool(); in runOnFunctions()
530 ThPool->async(processSingleBucket, std::ref(Bucket)); in runOnFunctions()
534 ThPool->wait(); in runOnFunctions()