Home
last modified time | relevance | path

Searched refs:IncCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp769 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount); in VisitForStmt() local
770 CountMap[S->getInc()] = IncCount; in VisitForStmt()
806 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount); in VisitCXXForRangeStmt() local
807 CountMap[S->getInc()] = IncCount; in VisitCXXForRangeStmt()
H A DCoverageMappingGen.cpp1696 Counter IncCount; in VisitForStmt() local
1698 IncCount = getRegionCounter(S->getInc()); in VisitForStmt()
1700 IncCount = addCounters(BackedgeCount, BodyBC.ContinueCount); in VisitForStmt()
1701 propagateCounts(IncCount, Inc); in VisitForStmt()