Searched defs:ComputeRegionCounts (Results 1 – 1 of 1) sorted by relevance
199 struct ComputeRegionCounts : public ConstStmtVisitor<ComputeRegionCounts> { struct201 CodeGenPGO &PGO;205 bool RecordNextStmtCount;208 uint64_t CurrentCount;211 llvm::DenseMap<const Stmt *, uint64_t> &CountMap;214 struct BreakContinue {219 SmallVector<BreakContinue, 8> BreakContinueStack;221 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap, in ComputeRegionCounts() function225 void RecordStmtCount(const Stmt *S) { in RecordStmtCount()233 uint64_t setCount(uint64_t Count) { in setCount()[all …]