Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp364 CodeGenPGO &PGO;
368 bool RecordNextStmtCount;
371 uint64_t CurrentCount;
377 struct BreakContinue {
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()
401 void VisitStmt(const Stmt *S) { in VisitStmt()
512 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt()
533 void VisitForStmt(const ForStmt *S) { in VisitForStmt()
[all …]