Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DICF.cpp51 std::vector<ConcatInputSection *> icfInputs; member in ICF
60 icfInputs.assign(inputs.begin(), inputs.end()); in ICF()
259 if (icfInputs.size() < threadingThreshold) { in forEachClass()
260 forEachClassRange(0, icfInputs.size(), func); in forEachClass()
269 size_t step = icfInputs.size() / shards; in forEachClass()
272 boundaries[shards] = icfInputs.size(); in forEachClass()
338 ConcatInputSection *beginIsec = icfInputs[begin]; in run()
340 beginIsec->foldIdentical(icfInputs[i]); in run()
350 icfInputs.begin() + begin + 1, icfInputs.begin() + end, in segregate()
354 size_t mid = bound - icfInputs.begin(); in segregate()
[all …]