Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.h41 std::unique_ptr<llvm::DenseMap<const Stmt *, uint64_t>> StmtCountMap; variable
70 if (!StmtCountMap) in getStmtCount()
72 auto I = StmtCountMap->find(S); in getStmtCount()
73 if (I == StmtCountMap->end()) in getStmtCount()
DCodeGenPGO.cpp714 StmtCountMap.reset(new llvm::DenseMap<const Stmt *, uint64_t>); in computeRegionCounts()
715 ComputeRegionCounts Walker(*StmtCountMap, *this); in computeRegionCounts()