Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp931 StmtCountMap.reset(new llvm::DenseMap<const Stmt *, uint64_t>); in computeRegionCounts()
932 ComputeRegionCounts Walker(*StmtCountMap, *this); in computeRegionCounts()