Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1418 propagateCounts(BodyCounter, Init); in VisitDecl()
1423 propagateCounts(BodyCounter, Body, in VisitDecl()
1509 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
1547 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1598 propagateCounts(CondCount, Cond); in VisitForStmt()
1800 propagateCounts(ParentCount, Then); in coverIfConsteval()
1812 propagateCounts(ParentCount, Else); in coverIfConsteval()
1842 propagateCounts(ParentCount, Init); in coverIfConstexpr()
1853 propagateCounts(ParentCount, Then); in coverIfConstexpr()
1863 propagateCounts(ParentCount, Else); in coverIfConstexpr()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h252 void propagateCounts(const GCOVBlock &v, GCOVArc *pred);
/freebsd-14.2/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