Searched defs:MapRegionCounters (Results 1 – 1 of 1) sorted by relevance
159 struct MapRegionCounters : public RecursiveASTVisitor<MapRegionCounters> { struct160 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 …]