Lines Matching refs:CondCount
1089 Counter CondCount = in VisitWhileStmt() local
1091 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
1100 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1110 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1128 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount); in VisitDoStmt() local
1129 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1132 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1140 subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1176 Counter CondCount = addCounters( in VisitForStmt() local
1180 propagateCounts(CondCount, Cond); in VisitForStmt()
1190 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1200 subtractCounters(CondCount, BodyCount)); in VisitForStmt()