Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp802 for (unsigned ChainLen = Chain.size(); ChainIdx < ChainLen; ++ChainIdx) { in getVectorizablePrefix() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4600 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram() local
4615 if (MaxChain <= ++ChainLen[B]) in printHashHistogram()
4618 TotalSyms += ChainLen[B]; in printHashHistogram()
4627 ++Count[ChainLen[B]]; in printHashHistogram()
4663 std::vector<size_t> ChainLen(NBucket, 0); in printGnuHashHistogram() local
4672 ChainLen[B] = Len; in printGnuHashHistogram()
4682 ++Count[ChainLen[B]]; in printGnuHashHistogram()