Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenPGO.cpp73 class PGOHash { class
134 PGOHash(PGOHashVersion HashVersion) in PGOHash() function in __anon923547350111::PGOHash
140 const int PGOHash::NumBitsPerType;
141 const unsigned PGOHash::NumTypesPerWord;
142 const unsigned PGOHash::TooBig;
161 PGOHash Hash;
203 PGOHash::HashType updateCounterMappings(Stmt *S) { in updateCounterMappings()
205 if (Type != PGOHash::None) in updateCounterMappings()
227 if (Type != PGOHash::None) in VisitStmt()
243 Hash.combine(PGOHash::IfThenBranch); in TraverseIfStmt()
[all …]