HomeSort by relevance Sort by last modified time
    Searched refs:StmtCountMap (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenPGO.h 42 std::unique_ptr<llvm::DenseMap<const Stmt *, uint64_t>> StmtCountMap;
79 if (!StmtCountMap)
82 I = StmtCountMap->find(S);
83 if (I == StmtCountMap->end())
CodeGenPGO.cpp 864 StmtCountMap.reset(new llvm::DenseMap<const Stmt *, uint64_t>);
865 ComputeRegionCounts Walker(*StmtCountMap, *this);
    [all...]

Completed in 53 milliseconds