Lines Matching refs:CondCount
1591 Counter CondCount = in VisitWhileStmt() local
1595 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
1607 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1619 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1645 Counter CondCount = llvm::EnableSingleByteCoverage in VisitDoStmt() local
1648 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1654 subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1663 subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1706 Counter CondCount = in VisitForStmt() local
1714 propagateCounts(CondCount, Cond); in VisitForStmt()
1727 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1738 subtractCounters(CondCount, BodyCount)); in VisitForStmt()