Searched refs:RegionCounterMap (Results 1 – 2 of 2) sorted by relevance
37 std::unique_ptr<llvm::DenseMap<const Stmt *, unsigned>> RegionCounterMap; variable110 if (!RegionCounterMap) in getRegionCount()114 return RegionCounts[(*RegionCounterMap)[S]]; in getRegionCount()
682 RegionCounterMap.reset(new llvm::DenseMap<const Stmt *, unsigned>); in mapRegionCounters()683 MapRegionCounters Walker(*RegionCounterMap); in mapRegionCounters()709 CGM.getLangOpts(), RegionCounterMap.get()); in emitCounterRegionMapping()780 if (!CGM.getCodeGenOpts().ProfileInstrGenerate || !RegionCounterMap) in emitCounterIncrement()785 unsigned Counter = (*RegionCounterMap)[S]; in emitCounterIncrement()