Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.h37 std::unique_ptr<llvm::DenseMap<const Stmt *, uint64_t>> StmtCountMap; variable
63 if (!StmtCountMap) in getStmtCount()
65 auto I = StmtCountMap->find(S); in getStmtCount()
66 if (I == StmtCountMap->end()) in getStmtCount()
H A DCodeGenPGO.cpp920 StmtCountMap.reset(new llvm::DenseMap<const Stmt *, uint64_t>); in computeRegionCounts()
921 ComputeRegionCounts Walker(*StmtCountMap, *this); in computeRegionCounts()