Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp706 uint64_t ParentCount = CurrentCount; in VisitWhileStmt() local
755 uint64_t ParentCount = CurrentCount; in VisitForStmt() local
794 uint64_t ParentCount = CurrentCount; in VisitCXXForRangeStmt() local
822 uint64_t ParentCount = CurrentCount; in VisitObjCForCollectionStmt() local
877 uint64_t ParentCount = CurrentCount; in VisitIfStmt() local
921 uint64_t ParentCount = CurrentCount; in VisitAbstractConditionalOperator() local
942 uint64_t ParentCount = CurrentCount; in VisitBinLAnd() local
954 uint64_t ParentCount = CurrentCount; in VisitBinLOr() local
H A DCoverageMappingGen.cpp1576 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt() local
1625 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt() local
1674 Counter ParentCount = getRegion().getCounter(); in VisitForStmt() local
1748 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt() local
1792 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt() local
1850 Counter ParentCount = getRegion().getCounter(); in VisitSwitchStmt() local
1928 const Counter ParentCount = getRegion().getCounter(); in coverIfConsteval() local
1964 const Counter ParentCount = getRegion().getCounter(); in coverIfConstexpr() local
2018 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt() local
2080 Counter ParentCount = getRegion().getCounter(); in VisitCXXTryStmt() local
[all …]
H A DCGStmt.cpp1106 uint64_t ParentCount = getCurrentProfileCount(); in EmitDoStmt() local
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslprepkg.c681 UINT32 ParentCount) in ApCheckPackageList()