Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp159 struct MapRegionCounters : public RecursiveASTVisitor<MapRegionCounters> { struct
160 using Base = RecursiveASTVisitor<MapRegionCounters>;
163 unsigned NextCounter;
165 PGOHash Hash;
167 llvm::DenseMap<const Stmt *, unsigned> &CounterMap;
169 MCDC::State &MCDCState;
171 unsigned MCDCMaxCond;
173 uint64_t ProfileVersion;
175 DiagnosticsEngine &Diag;
177 MapRegionCounters(PGOHashVersion HashVersion, uint64_t ProfileVersion, in MapRegionCounters() argument
[all …]