Searched defs:ComputeRegionCounts (Results 1 – 1 of 1) sorted by relevance
204 struct ComputeRegionCounts : public ConstStmtVisitor<ComputeRegionCounts> { struct206 CodeGenPGO &PGO;210 bool RecordNextStmtCount;213 uint64_t CurrentCount;216 llvm::DenseMap<const Stmt *, uint64_t> &CountMap;219 struct BreakContinue {224 SmallVector<BreakContinue, 8> BreakContinueStack;226 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap, in ComputeRegionCounts() function230 void RecordStmtCount(const Stmt *S) { in RecordStmtCount()238 uint64_t setCount(uint64_t Count) { in setCount()[all …]