Searched defs:ComputeRegionCounts (Results 1 – 1 of 1) sorted by relevance
362 struct ComputeRegionCounts : public ConstStmtVisitor<ComputeRegionCounts> { struct364 CodeGenPGO &PGO;368 bool RecordNextStmtCount;371 uint64_t CurrentCount;374 llvm::DenseMap<const Stmt *, uint64_t> &CountMap;377 struct BreakContinue {382 SmallVector<BreakContinue, 8> BreakContinueStack;384 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap, in ComputeRegionCounts() function388 void RecordStmtCount(const Stmt *S) { in RecordStmtCount()396 uint64_t setCount(uint64_t Count) { in setCount()[all …]