Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp158 unsigned NextCounter;
160 PGOHash Hash;
164 uint64_t ProfileVersion;
166 MapRegionCounters(PGOHashVersion HashVersion, uint64_t ProfileVersion, in MapRegionCounters() function
174 bool TraverseLambdaExpr(LambdaExpr *LE) { in TraverseLambdaExpr()
182 bool VisitDecl(const Decl *D) { in VisitDecl()
202 PGOHash::HashType updateCounterMappings(Stmt *S) { in updateCounterMappings()
213 bool VisitBinaryOperator(BinaryOperator *S) { in VisitBinaryOperator()
222 bool VisitStmt(Stmt *S) { in VisitStmt()
231 bool TraverseIfStmt(IfStmt *If) { in TraverseIfStmt()
[all …]