Searched refs:propagateCounts (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1121 Counter propagateCounts(Counter TopCount, const Stmt *S, in propagateCounts() function 1539 propagateCounts(BodyCounter, Init); in VisitDecl() 1544 propagateCounts(BodyCounter, Body, in VisitDecl() 1629 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt() 1644 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt() 1681 propagateCounts(BodyCount, S->getBody()); in VisitDoStmt() 1684 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt() 1698 propagateCounts(CondCount, S->getCond()); in VisitDoStmt() 1733 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt() 1748 propagateCounts(IncCount, Inc); in VisitForStmt() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 253 LLVM_ABI void propagateCounts(const GCOVBlock &v, GCOVArc *pred);
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 293 fn->propagateCounts(block, nullptr); in readGCDA() 372 void GCOVFunction::propagateCounts(const GCOVBlock &v, GCOVArc *pred) { in propagateCounts() function in GCOVFunction
|