Searched refs:CondCount (Results 1 – 3 of 3) sorted by relevance
721 uint64_t CondCount = in VisitWhileStmt() local723 CountMap[S->getCond()] = CondCount; in VisitWhileStmt()725 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()743 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount); in VisitDoStmt() local744 CountMap[S->getCond()] = CondCount; in VisitDoStmt()746 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt()775 uint64_t CondCount = in VisitForStmt() local778 CountMap[S->getCond()] = CondCount; in VisitForStmt()781 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt()811 uint64_t CondCount = in VisitCXXForRangeStmt() local[all …]
1591 Counter CondCount = in VisitWhileStmt() local1595 propagateCounts(CondCount, S->getCond()); in VisitWhileStmt()1607 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()1619 subtractCounters(CondCount, BodyCount)); in VisitWhileStmt()1645 Counter CondCount = llvm::EnableSingleByteCoverage in VisitDoStmt() local1648 propagateCounts(CondCount, S->getCond()); in VisitDoStmt()1654 subtractCounters(CondCount, BodyCount)); in VisitDoStmt()1663 subtractCounters(CondCount, BodyCount)); in VisitDoStmt()1706 Counter CondCount = in VisitForStmt() local1714 propagateCounts(CondCount, Cond); in VisitForStmt()[all …]
1094 unsigned CondCount = 0; in EmitPrintAliasInstruction() local1137 unsigned CondStart = CondCount; in EmitPrintAliasInstruction()1141 CondCount += IAP->getCondCount(); in EmitPrintAliasInstruction()