Home
last modified time | relevance | path

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

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