Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp708 uint64_t ParentCount = CurrentCount; VisitWhileStmt() local
757 uint64_t ParentCount = CurrentCount; VisitForStmt() local
796 uint64_t ParentCount = CurrentCount; VisitCXXForRangeStmt() local
824 uint64_t ParentCount = CurrentCount; VisitObjCForCollectionStmt() local
879 uint64_t ParentCount = CurrentCount; VisitIfStmt() local
923 uint64_t ParentCount = CurrentCount; VisitAbstractConditionalOperator() local
944 uint64_t ParentCount = CurrentCount; VisitBinLAnd() local
956 uint64_t ParentCount = CurrentCount; VisitBinLOr() local
[all...]
H A DCoverageMappingGen.cpp1574 Counter ParentCount = getRegion().getCounter(); VisitWhileStmt() local
1623 Counter ParentCount = getRegion().getCounter(); VisitDoStmt() local
1672 Counter ParentCount = getRegion().getCounter(); VisitForStmt() local
1746 Counter ParentCount = getRegion().getCounter(); VisitCXXForRangeStmt() local
1790 Counter ParentCount = getRegion().getCounter(); VisitObjCForCollectionStmt() local
1848 Counter ParentCount = getRegion().getCounter(); VisitSwitchStmt() local
1926 const Counter ParentCount = getRegion().getCounter(); coverIfConsteval() local
1962 const Counter ParentCount = getRegion().getCounter(); coverIfConstexpr() local
2016 Counter ParentCount = getRegion().getCounter(); VisitIfStmt() local
2078 Counter ParentCount = getRegion().getCounter(); VisitCXXTryStmt() local
2095 Counter ParentCount = getRegion().getCounter(); VisitAbstractConditionalOperator() local
[all...]
H A DCGStmt.cpp1100 uint64_t ParentCount = getCurrentProfileCount(); EmitDoStmt() local
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DGLR.h
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp40 generateAllForests(ArrayRef<const Node *> Children, unsigned ParentCount) { in generateAllForests() argument
/llvm-project/clang-tools-extra/pseudo/lib/
H A DGLR.cpp