Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp687 Counter propagateCounts(Counter TopCount, const Stmt *S, in propagateCounts() function
1005 propagateCounts(getRegionCounter(Body), Body, in VisitDecl()
1082 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt()
1091 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
1122 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt()
1129 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1161 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt()
1171 propagateCounts(addCounters(BackedgeCount, BodyBC.ContinueCount), Inc); in VisitForStmt()
1180 propagateCounts(CondCount, Cond); in VisitForStmt()
1215 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp291 fn->propagateCounts(block, nullptr); in readGCDA()
356 uint64_t GCOVFunction::propagateCounts(const GCOVBlock &v, GCOVArc *pred) { in propagateCounts() function in GCOVFunction
365 excess += e->onTree() ? propagateCounts(e->src, e) : e->count; in propagateCounts()
368 excess -= e->onTree() ? propagateCounts(e->dst, e) : e->count; in propagateCounts()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h245 uint64_t propagateCounts(const GCOVBlock &v, GCOVArc *pred);