Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp237 struct ComputeRegionCounts : public ConstStmtVisitor<ComputeRegionCounts> { struct
256 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap, in ComputeRegionCounts() argument
759 ComputeRegionCounts Walker(*StmtCountMap, *this); in computeRegionCounts()