Lines Matching refs:BodyCount
1077 Counter BodyCount = getRegionCounter(S); in VisitWhileStmt() local
1082 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt()
1097 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()
1100 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1109 createBranchRegion(S->getCond(), BodyCount, in VisitWhileStmt()
1110 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1117 Counter BodyCount = getRegionCounter(S); in VisitDoStmt() local
1122 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt()
1132 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1139 createBranchRegion(S->getCond(), BodyCount, in VisitDoStmt()
1140 subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1152 Counter BodyCount = getRegionCounter(S); in VisitForStmt() local
1161 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt()
1187 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()
1190 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1199 createBranchRegion(S->getCond(), BodyCount, in VisitForStmt()
1200 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1211 Counter BodyCount = getRegionCounter(S); in VisitCXXForRangeStmt() local
1215 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt()
1224 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitCXXForRangeStmt()
1229 addCounters(BC.BreakCount, subtractCounters(LoopCount, BodyCount)); in VisitCXXForRangeStmt()
1238 createBranchRegion(S->getCond(), BodyCount, in VisitCXXForRangeStmt()
1239 subtractCounters(LoopCount, BodyCount)); in VisitCXXForRangeStmt()
1247 Counter BodyCount = getRegionCounter(S); in VisitObjCForCollectionStmt() local
1251 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitObjCForCollectionStmt()
1257 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitObjCForCollectionStmt()
1262 addCounters(BC.BreakCount, subtractCounters(LoopCount, BodyCount)); in VisitObjCForCollectionStmt()