Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp346 CodeGenPGO &PGO;
350 bool RecordNextStmtCount;
353 uint64_t CurrentCount;
359 struct BreakContinue {
366 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap, in ComputeRegionCounts() function
370 void RecordStmtCount(const Stmt *S) { in RecordStmtCount()
378 uint64_t setCount(uint64_t Count) { in setCount()
383 void VisitStmt(const Stmt *S) { in VisitStmt()
494 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt()
515 void VisitForStmt(const ForStmt *S) { in VisitForStmt()
[all …]