Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp152 using Base = RecursiveASTVisitor<MapRegionCounters>;
155 unsigned NextCounter;
157 PGOHash Hash;
159 llvm::DenseMap<const Stmt *, unsigned> &CounterMap;
161 MapRegionCounters(PGOHashVersion HashVersion, in MapRegionCounters() argument
168 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 …]