Searched refs:propagateCounts (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 460 Counter propagateCounts(Counter TopCount, const Stmt *S) { in propagateCounts() function 623 propagateCounts(getRegionCounter(Body), Body); in VisitDecl() 673 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt() 679 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt() 697 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt() 701 propagateCounts(CondCount, S->getCond()); in VisitDoStmt() 720 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt() 726 propagateCounts(addCounters(BackedgeCount, BC.ContinueCount), Inc); in VisitForStmt() 732 propagateCounts(CondCount, Cond); in VisitForStmt() 752 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt() [all …]
|