Searched refs:RegionCounterMap (Results 1 – 2 of 2) sorted by relevance
38 std::unique_ptr<llvm::DenseMap<const Stmt *, CounterPair>> RegionCounterMap; variable140 if (!RegionCounterMap) in getRegionCount()146 auto Index = (*RegionCounterMap)[S].Executed; in getRegionCount()
1087 RegionCounterMap.reset(new llvm::DenseMap<const Stmt *, CounterPair>); in mapRegionCounters()1089 MapRegionCounters Walker(HashVersion, ProfileVersion, *RegionCounterMap, in mapRegionCounters()1135 CGM.getLangOpts(), RegionCounterMap.get(), RegionMCDCState.get()); in emitCounterRegionMapping()1190 if (!RegionCounterMap) in getIsCounterPair()1193 auto I = RegionCounterMap->find(S); in getIsCounterPair()1194 if (I == RegionCounterMap->end()) in getIsCounterPair()1202 if (!RegionCounterMap || !Builder.GetInsertBlock()) in emitCounterSetOrIncrement()1205 unsigned Counter = (*RegionCounterMap)[S].Executed; in emitCounterSetOrIncrement()1387 if (InstrumentValueSites && RegionCounterMap) { in valueProfile()