Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp470 auto processSingleBucket = [&](std::set<BinaryFunction *> &Candidates) { in runOnFunctions() local
528 processSingleBucket(Bucket); in runOnFunctions()
530 ThPool->async(processSingleBucket, std::ref(Bucket)); in runOnFunctions()