Lines Matching refs:CondCount
1096 Counter CondCount = in VisitWhileStmt() local
1098 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
1107 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1117 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1135 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount); in VisitDoStmt() local
1136 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1139 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1147 subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1183 Counter CondCount = addCounters( in VisitForStmt() local
1187 propagateCounts(CondCount, Cond); in VisitForStmt()
1197 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1207 subtractCounters(CondCount, BodyCount)); in VisitForStmt()