Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp362 struct ComputeRegionCounts : public ConstStmtVisitor<ComputeRegionCounts> { struct
364 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() function
388 void RecordStmtCount(const Stmt *S) { in RecordStmtCount()
396 uint64_t setCount(uint64_t Count) { in setCount()
[all …]