Home
last modified time | relevance | path

Searched refs:propagateCounts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1083 Counter propagateCounts(Counter TopCount, const Stmt *S, in propagateCounts() function
1494 propagateCounts(BodyCounter, Init); in VisitDecl()
1499 propagateCounts(BodyCounter, Body, in VisitDecl()
1584 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt()
1595 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
1635 propagateCounts(BodyCount, S->getBody()); in VisitDoStmt()
1638 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt()
1648 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1686 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt()
1701 propagateCounts(IncCount, Inc); in VisitForStmt()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h252 void propagateCounts(const GCOVBlock &v, GCOVArc *pred);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp293 fn->propagateCounts(block, nullptr); in readGCDA()
372 void GCOVFunction::propagateCounts(const GCOVBlock &v, GCOVArc *pred) { in propagateCounts() function in GCOVFunction