Searched refs:BodyCount (Results 1 – 2 of 2) sorted by relevance
393 CountMap[D->getBody()] = BodyCount; in VisitFunctionDecl()405 CountMap[D->getBody()] = BodyCount; in VisitCapturedDecl()412 CountMap[D->getBody()] = BodyCount; in VisitObjCMethodDecl()419 CountMap[D->getBody()] = BodyCount; in VisitBlockDecl()490 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()501 CountMap[S->getBody()] = BodyCount; in VisitDoStmt()526 CountMap[S->getBody()] = BodyCount; in VisitForStmt()546 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt()564 CountMap[S->getBody()] = BodyCount; in VisitCXXForRangeStmt()591 CountMap[S->getBody()] = BodyCount; in VisitObjCForCollectionStmt()[all …]
955 Counter BodyCount = getRegionCounter(S); in VisitWhileStmt() local960 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt()972 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()984 Counter BodyCount = getRegionCounter(S); in VisitDoStmt() local1007 Counter BodyCount = getRegionCounter(S); in VisitForStmt() local1016 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt()1040 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()1056 Counter BodyCount = getRegionCounter(S); in VisitCXXForRangeStmt() local1060 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt()1082 Counter BodyCount = getRegionCounter(S); in VisitObjCForCollectionStmt() local[all …]