Lines Matching refs:BodyCount

955     Counter BodyCount = getRegionCounter(S);  in VisitWhileStmt()  local
960 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt()
972 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()
975 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()
984 Counter BodyCount = getRegionCounter(S); in VisitDoStmt() local
989 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt()
996 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitDoStmt()
1007 Counter BodyCount = getRegionCounter(S); in VisitForStmt() local
1016 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt()
1040 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()
1043 subtractCounters(CondCount, BodyCount)); in VisitForStmt()
1056 Counter BodyCount = getRegionCounter(S); in VisitCXXForRangeStmt() local
1060 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt()
1067 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitCXXForRangeStmt()
1072 addCounters(BC.BreakCount, subtractCounters(LoopCount, BodyCount)); in VisitCXXForRangeStmt()
1082 Counter BodyCount = getRegionCounter(S); in VisitObjCForCollectionStmt() local
1086 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitObjCForCollectionStmt()
1093 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitObjCForCollectionStmt()
1098 addCounters(BC.BreakCount, subtractCounters(LoopCount, BodyCount)); in VisitObjCForCollectionStmt()