Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.h38 std::unique_ptr<llvm::DenseMap<const Stmt *, uint64_t>> StmtCountMap; variable
66 if (!StmtCountMap) in getStmtCount()
68 auto I = StmtCountMap->find(S); in getStmtCount()
69 if (I == StmtCountMap->end()) in getStmtCount()
DCodeGenPGO.cpp706 StmtCountMap.reset(new llvm::DenseMap<const Stmt *, uint64_t>); in computeRegionCounts()
707 ComputeRegionCounts Walker(*StmtCountMap, *this); in computeRegionCounts()