Lines Matching refs:BodyCount

1084     Counter BodyCount = getRegionCounter(S);  in VisitWhileStmt()  local
1089 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt()
1104 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()
1107 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1116 createBranchRegion(S->getCond(), BodyCount, in VisitWhileStmt()
1117 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1124 Counter BodyCount = getRegionCounter(S); in VisitDoStmt() local
1129 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt()
1139 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1146 createBranchRegion(S->getCond(), BodyCount, in VisitDoStmt()
1147 subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1159 Counter BodyCount = getRegionCounter(S); in VisitForStmt() local
1168 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt()
1194 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()
1197 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1206 createBranchRegion(S->getCond(), BodyCount, in VisitForStmt()
1207 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1218 Counter BodyCount = getRegionCounter(S); in VisitCXXForRangeStmt() local
1222 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt()
1231 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitCXXForRangeStmt()
1236 addCounters(BC.BreakCount, subtractCounters(LoopCount, BodyCount)); in VisitCXXForRangeStmt()
1245 createBranchRegion(S->getCond(), BodyCount, in VisitCXXForRangeStmt()
1246 subtractCounters(LoopCount, BodyCount)); in VisitCXXForRangeStmt()
1254 Counter BodyCount = getRegionCounter(S); in VisitObjCForCollectionStmt() local
1258 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitObjCForCollectionStmt()
1264 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitObjCForCollectionStmt()
1269 addCounters(BC.BreakCount, subtractCounters(LoopCount, BodyCount)); in VisitObjCForCollectionStmt()