Searched refs:CondCount (Results 1 – 2 of 2) sorted by relevance
486 uint64_t CondCount = in VisitWhileStmt() local488 CountMap[S->getCond()] = CondCount; in VisitWhileStmt()490 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()509 CountMap[S->getCond()] = CondCount; in VisitDoStmt()511 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt()540 uint64_t CondCount = in VisitForStmt() local543 CountMap[S->getCond()] = CondCount; in VisitForStmt()546 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt()576 uint64_t CondCount = in VisitCXXForRangeStmt() local578 CountMap[S->getCond()] = CondCount; in VisitCXXForRangeStmt()[all …]
964 Counter CondCount = in VisitWhileStmt() local966 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()975 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()992 Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount); in VisitDoStmt() local993 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()996 addCounters(BC.BreakCount, subtractCounters(CondCount, BodyCount)); in VisitDoStmt()1028 Counter CondCount = addCounters( in VisitForStmt() local1032 propagateCounts(CondCount, Cond); in VisitForStmt()1043 subtractCounters(CondCount, BodyCount)); in VisitForStmt()