Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp792 for (unsigned ChainLen = Chain.size(); ChainIdx < ChainLen; ++ChainIdx) { in getVectorizablePrefix() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4762 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram() local
4777 if (MaxChain <= ++ChainLen[B]) in printHashHistogram()
4780 TotalSyms += ChainLen[B]; in printHashHistogram()
4789 ++Count[ChainLen[B]]; in printHashHistogram()
4825 std::vector<size_t> ChainLen(NBucket, 0); in printGnuHashHistogram() local
4834 ChainLen[B] = Len; in printGnuHashHistogram()
4844 ++Count[ChainLen[B]]; in printGnuHashHistogram()