Home
last modified time | relevance | path

Searched refs:StmtCountMap (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenPGO.h42 std::unique_ptr<llvm::DenseMap<const Stmt *, uint64_t>> StmtCountMap; variable
79 if (!StmtCountMap) in getStmtCount()
82 I = StmtCountMap->find(S); in getStmtCount()
83 if (I == StmtCountMap->end()) in getStmtCount()
DCodeGenPGO.cpp864 StmtCountMap.reset(new llvm::DenseMap<const Stmt *, uint64_t>); in computeRegionCounts()
865 ComputeRegionCounts Walker(*StmtCountMap, *this); in computeRegionCounts()
933 StmtCountMap.reset(); in destroyRegionCounters()