Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp80 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType; member in __anon393d18f00111::PGOHash
141 const unsigned PGOHash::NumTypesPerWord; member in __anon393d18f00111::PGOHash
756 if (Count && Count % NumTypesPerWord == 0) { in combine()
770 if (Count <= NumTypesPerWord) in finalize()