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.cpp258 const size_t threadingThreshold = 1024; in forEachClass() local
259 if (icfInputs.size() < threadingThreshold) { in forEachClass()