Lines Matching refs:BodyCount
1050 Counter BodyCount = getRegionCounter(S); in VisitWhileStmt() local
1055 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt()
1067 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()
1070 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
1079 Counter BodyCount = getRegionCounter(S); in VisitDoStmt() local
1084 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt()
1091 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1102 Counter BodyCount = getRegionCounter(S); in VisitForStmt() local
1111 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt()
1135 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()
1138 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1151 Counter BodyCount = getRegionCounter(S); in VisitCXXForRangeStmt() local
1155 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt()
1162 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitCXXForRangeStmt()
1167 addCounters(BC.BreakCount, subtractCounters(LoopCount, BodyCount)); in VisitCXXForRangeStmt()
1177 Counter BodyCount = getRegionCounter(S); in VisitObjCForCollectionStmt() local
1181 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitObjCForCollectionStmt()
1188 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitObjCForCollectionStmt()
1193 addCounters(BC.BreakCount, subtractCounters(LoopCount, BodyCount)); in VisitObjCForCollectionStmt()