Searched refs:IncCount (Results 1 – 2 of 2) sorted by relevance
769 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount); in VisitForStmt() local770 CountMap[S->getInc()] = IncCount; in VisitForStmt()806 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount); in VisitCXXForRangeStmt() local807 CountMap[S->getInc()] = IncCount; in VisitCXXForRangeStmt()
1696 Counter IncCount; in VisitForStmt() local1698 IncCount = getRegionCounter(S->getInc()); in VisitForStmt()1700 IncCount = addCounters(BackedgeCount, BodyBC.ContinueCount); in VisitForStmt()1701 propagateCounts(IncCount, Inc); in VisitForStmt()