Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1012 propagateCounts(getRegionCounter(Body), Body, in VisitDecl()
1098 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
1136 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1187 propagateCounts(CondCount, Cond); in VisitForStmt()
1304 propagateCounts(Counter::getZero(), Body); in VisitSwitchStmt()
1389 propagateCounts(ParentCount, S->getCond()); in VisitIfStmt()
1436 propagateCounts(ParentCount, S->getTryBlock()); in VisitCXXTryStmt()
1455 propagateCounts(ParentCount, E->getCond()); in VisitAbstractConditionalOperator()
1465 propagateCounts(TrueCount, E->getTrueExpr()); in VisitAbstractConditionalOperator()
1484 propagateCounts(getRegionCounter(E), E->getRHS()); in VisitBinLAnd()
[all …]
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp304 fn->propagateCounts(block, nullptr); in readGCDA()
369 uint64_t GCOVFunction::propagateCounts(const GCOVBlock &v, GCOVArc *pred) { in propagateCounts() function in GCOVFunction
378 excess += e->onTree() ? propagateCounts(e->src, e) : e->count; in propagateCounts()
381 excess -= e->onTree() ? propagateCounts(e->dst, e) : e->count; in propagateCounts()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h248 uint64_t propagateCounts(const GCOVBlock &v, GCOVArc *pred);