Searched refs:RegionCounterMap (Results 1 – 2 of 2) sorted by relevance
37 std::unique_ptr<llvm::DenseMap<const Stmt *, unsigned>> RegionCounterMap; variable106 if (!RegionCounterMap) in getRegionCount()110 return RegionCounts[(*RegionCounterMap)[S]]; in getRegionCount()
641 RegionCounterMap.reset(new llvm::DenseMap<const Stmt *, unsigned>); in mapRegionCounters()642 MapRegionCounters Walker(*RegionCounterMap); in mapRegionCounters()668 CGM.getLangOpts(), RegionCounterMap.get()); in emitCounterRegionMapping()739 if (!CGM.getCodeGenOpts().ProfileInstrGenerate || !RegionCounterMap) in emitCounterIncrement()744 unsigned Counter = (*RegionCounterMap)[S]; in emitCounterIncrement()