Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp351 const size_t threadingThreshold = 1024; in forEachClass() local
352 if (icfInputs.size() < threadingThreshold) { in forEachClass()