Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp83 static const int NumBitsPerType = 6; member in __anon71781d390111::PGOHash
84 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType;
85 static const unsigned TooBig = 1u << NumBitsPerType;
144 const int PGOHash::NumBitsPerType; member in __anon71781d390111::PGOHash
982 Working = Working << NumBitsPerType | Type; in combine()