Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.h38 std::unique_ptr<llvm::DenseMap<const Stmt *, uint64_t>> StmtCountMap; variable
64 if (!StmtCountMap) in getStmtCount()
66 auto I = StmtCountMap->find(S); in getStmtCount()
67 if (I == StmtCountMap->end()) in getStmtCount()
H A DCodeGenPGO.cpp871 StmtCountMap.reset(new llvm::DenseMap<const Stmt *, uint64_t>); in computeRegionCounts()
872 ComputeRegionCounts Walker(*StmtCountMap, *this); in computeRegionCounts()