Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp579 struct ComputeRegionCounts : public ConstStmtVisitor<ComputeRegionCounts> { struct
581 CodeGenPGO &PGO;
585 bool RecordNextStmtCount;
588 uint64_t CurrentCount;
591 llvm::DenseMap<const Stmt *, uint64_t> &CountMap;
594 struct BreakContinue {
599 SmallVector<BreakContinue, 8> BreakContinueStack;
601 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap, in ComputeRegionCounts() argument
605 void RecordStmtCount(const Stmt *S) { in RecordStmtCount()
613 uint64_t setCount(uint64_t Count) { in setCount()
[all …]