Searched refs:StmtCountMap (Results 1 – 2 of 2) sorted by relevance
42 std::unique_ptr<llvm::DenseMap<const Stmt *, uint64_t>> StmtCountMap; variable79 if (!StmtCountMap) in getStmtCount()82 I = StmtCountMap->find(S); in getStmtCount()83 if (I == StmtCountMap->end()) in getStmtCount()
864 StmtCountMap.reset(new llvm::DenseMap<const Stmt *, uint64_t>); in computeRegionCounts()865 ComputeRegionCounts Walker(*StmtCountMap, *this); in computeRegionCounts()933 StmtCountMap.reset(); in destroyRegionCounters()