Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp78 static const int NumBitsPerType = 6; member in __anona4a975a40111::PGOHash
79 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType;
80 static const unsigned TooBig = 1u << NumBitsPerType;
139 const int PGOHash::NumBitsPerType; member in __anona4a975a40111::PGOHash
756 Working = Working << NumBitsPerType | Type; in combine()