Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp363 struct ComputeRegionCounts : public ConstStmtVisitor<ComputeRegionCounts> { struct
365 CodeGenPGO &PGO;
369 bool RecordNextStmtCount;
372 uint64_t CurrentCount;
375 llvm::DenseMap<const Stmt *, uint64_t> &CountMap;
378 struct BreakContinue {
383 SmallVector<BreakContinue, 8> BreakContinueStack;
385 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap, in ComputeRegionCounts() argument
389 void RecordStmtCount(const Stmt *S) { in RecordStmtCount()
397 uint64_t setCount(uint64_t Count) { in setCount()
[all …]