Searched defs:MapRegionCounters (Results 1 – 1 of 1) sorted by relevance
152 using Base = RecursiveASTVisitor<MapRegionCounters>;155 unsigned NextCounter;157 PGOHash Hash;159 llvm::DenseMap<const Stmt *, unsigned> &CounterMap;161 MapRegionCounters(PGOHashVersion HashVersion, in MapRegionCounters() argument168 bool TraverseLambdaExpr(LambdaExpr *LE) { in TraverseLambdaExpr()176 bool VisitDecl(const Decl *D) { in VisitDecl()196 PGOHash::HashType updateCounterMappings(Stmt *S) { in updateCounterMappings()204 bool VisitStmt(Stmt *S) { in VisitStmt()213 bool TraverseIfStmt(IfStmt *If) { in TraverseIfStmt()[all …]