Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp770 for (unsigned ChainLen = Chain.size(); ChainIdx < ChainLen; ++ChainIdx) { in getVectorizablePrefix() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4584 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram() local
4599 if (MaxChain <= ++ChainLen[B]) in printHashHistogram()
4602 TotalSyms += ChainLen[B]; in printHashHistogram()
4611 ++Count[ChainLen[B]]; in printHashHistogram()
4647 std::vector<size_t> ChainLen(NBucket, 0); in printGnuHashHistogram() local
4656 ChainLen[B] = Len; in printGnuHashHistogram()
4666 ++Count[ChainLen[B]]; in printGnuHashHistogram()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dudp.c103 if (info.ProtocolChain.ChainLen == 1) { in uv__udp_set_socket()