Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenPGO.cpp84 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType; member in __anonae2ed5f20111::PGOHash
145 const unsigned PGOHash::NumTypesPerWord; member in __anonae2ed5f20111::PGOHash
972 if (Count && Count % NumTypesPerWord == 0) { in combine()
987 if (Count <= NumTypesPerWord) in finalize()