Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp79 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType; member in __anonc3cc86690111::PGOHash
140 const unsigned PGOHash::NumTypesPerWord; member in __anonc3cc86690111::PGOHash
755 if (Count && Count % NumTypesPerWord == 0) { in combine()
769 if (Count <= NumTypesPerWord) in finalize()