Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp492 CodeGenPGO &PGO;
496 bool RecordNextStmtCount;
499 uint64_t CurrentCount;
505 struct BreakContinue {
512 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap, in ComputeRegionCounts() function
516 void RecordStmtCount(const Stmt *S) { in RecordStmtCount()
524 uint64_t setCount(uint64_t Count) { in setCount()
529 void VisitStmt(const Stmt *S) { in VisitStmt()
640 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt()
661 void VisitForStmt(const ForStmt *S) { in VisitForStmt()
[all …]