Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp661 Counter propagateCounts(Counter TopCount, const Stmt *S, in propagateCounts() function
888 propagateCounts(getRegionCounter(Body), Body, in VisitDecl()
966 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
993 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1032 propagateCounts(CondCount, Cond); in VisitForStmt()
1132 propagateCounts(Counter::getZero(), Body); in VisitSwitchStmt()
1184 propagateCounts(ParentCount, S->getCond()); in VisitIfStmt()
1215 propagateCounts(ParentCount, S->getTryBlock()); in VisitCXXTryStmt()
1244 propagateCounts(TrueCount, E->getTrueExpr()); in VisitAbstractConditionalOperator()
1258 propagateCounts(getRegionCounter(E), E->getRHS()); in VisitBinLAnd()
[all …]