Lines Matching refs:CondCount
1507 Counter CondCount = in VisitWhileStmt() local
1509 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()
1518 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1528 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1546 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount); in VisitDoStmt() local
1547 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()
1550 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1558 subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1594 Counter CondCount = addCounters( in VisitForStmt() local
1598 propagateCounts(CondCount, Cond); in VisitForStmt()
1608 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1618 subtractCounters(CondCount, BodyCount)); in VisitForStmt()