Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp77 class PGOHash { class
138 PGOHash(PGOHashVersion HashVersion) in PGOHash() function in __anon71781d390111::PGOHash
144 const int PGOHash::NumBitsPerType;
145 const unsigned PGOHash::NumTypesPerWord;
146 const unsigned PGOHash::TooBig;
165 PGOHash Hash;
216 PGOHash::HashType updateCounterMappings(Stmt *S) { in updateCounterMappings()
218 if (Type != PGOHash::None) in updateCounterMappings()
359 if (Type != PGOHash::None) in VisitStmt()
388 Hash.combine(PGOHash::IfThenBranch); in TraverseIfStmt()
[all …]