Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp789 for (unsigned ChainLen = Chain.size(); ChainIdx < ChainLen; ++ChainIdx) { in getVectorizablePrefix() local
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4705 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram() local
4720 if (MaxChain <= ++ChainLen[B]) in printHashHistogram()
4723 TotalSyms += ChainLen[B]; in printHashHistogram()
4732 ++Count[ChainLen[B]]; in printHashHistogram()
4768 std::vector<size_t> ChainLen(NBucket, 0); in printGnuHashHistogram() local
4777 ChainLen[B] = Len; in printGnuHashHistogram()
4787 ++Count[ChainLen[B]]; in printGnuHashHistogram()