Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp154 struct MapRegionCounters : public RecursiveASTVisitor<MapRegionCounters> { struct
155 using Base = RecursiveASTVisitor<MapRegionCounters>;
158 unsigned NextCounter;
160 PGOHash Hash;
162 llvm::DenseMap<const Stmt *, unsigned> &CounterMap;
164 uint64_t ProfileVersion;
166 MapRegionCounters(PGOHashVersion HashVersion, uint64_t ProfileVersion, in MapRegionCounters() argument
173 bool TraverseBlockExpr(BlockExpr *BE) { return true; } in TraverseBlockExpr()
174 bool TraverseLambdaExpr(LambdaExpr *LE) { in TraverseLambdaExpr()
180 bool TraverseCapturedStmt(CapturedStmt *CS) { return true; } in TraverseCapturedStmt()
[all …]