Home
last modified time | relevance | path

Searched defs:MapRegionCounters (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp159 unsigned NextCounter;
161 PGOHash Hash;
165 uint64_t ProfileVersion;
167 MapRegionCounters(PGOHashVersion HashVersion, uint64_t ProfileVersion, in MapRegionCounters() argument
175 bool TraverseLambdaExpr(LambdaExpr *LE) { in TraverseLambdaExpr()
183 bool VisitDecl(const Decl *D) { in VisitDecl()
203 PGOHash::HashType updateCounterMappings(Stmt *S) { in updateCounterMappings()
214 bool VisitBinaryOperator(BinaryOperator *S) { in VisitBinaryOperator()
223 bool VisitStmt(Stmt *S) { in VisitStmt()
232 bool TraverseIfStmt(IfStmt *If) { in TraverseIfStmt()
[all …]