Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp344 struct ComputeRegionCounts : public ConstStmtVisitor<ComputeRegionCounts> { struct
366 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap, in ComputeRegionCounts() function
872 ComputeRegionCounts Walker(*StmtCountMap, *this); in computeRegionCounts()