Lines Matching refs:CondCount
1099 Counter CondCount = in VisitWhileStmt() local
1101 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
1110 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1120 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1138 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount); in VisitDoStmt() local
1139 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1142 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1150 subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1186 Counter CondCount = addCounters( in VisitForStmt() local
1190 propagateCounts(CondCount, Cond); in VisitForStmt()
1200 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1210 subtractCounters(CondCount, BodyCount)); in VisitForStmt()