Home
last modified time | relevance | path

Searched refs:ParentCount (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp975 bool IsCounterEqual(Counter OutCount, Counter ParentCount) { in IsCounterEqual()
976 if (OutCount == ParentCount) in IsCounterEqual()
1191 Counter createSwitchCaseRegion(const SwitchCase *SC, Counter ParentCount) { in createSwitchCaseRegion()
1197 subtractCounters(ParentCount, TrueCnt))); in createSwitchCaseRegion()
1621 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt() local
1639 : addCounters(ParentCount, BackedgeCount, BC.ContinueCount); in VisitWhileStmt()
1656 if (!IsCounterEqual(OutCount, ParentCount)) { in VisitWhileStmt()
1671 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt() local
1684 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt()
1704 if (!IsCounterEqual(OutCount, ParentCount)) { in VisitDoStmt()
[all …]
H A DCodeGenPGO.cpp706 uint64_t ParentCount = CurrentCount; in VisitWhileStmt() local
722 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitWhileStmt()
755 uint64_t ParentCount = CurrentCount; in VisitForStmt() local
776 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitForStmt()
794 uint64_t ParentCount = CurrentCount; in VisitCXXForRangeStmt() local
812 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitCXXForRangeStmt()
822 uint64_t ParentCount = CurrentCount; in VisitObjCForCollectionStmt() local
831 setCount(BC.BreakCount + ParentCount + BackedgeCount + BC.ContinueCount - in VisitObjCForCollectionStmt()
877 uint64_t ParentCount = CurrentCount; in VisitIfStmt() local
889 uint64_t ElseCount = ParentCount - ThenCount; in VisitIfStmt()
[all …]
H A DCGStmt.cpp1207 uint64_t ParentCount = getCurrentProfileCount(); in EmitDoStmt() local
1256 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslprepkg.c681 UINT32 ParentCount) in ApCheckPackageList() argument
698 for (i = 0; (i < ParentCount) && SubPackageOp; i++) in ApCheckPackageList()