Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1083 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt() local
1108 if (OutCount != ParentCount) { in VisitWhileStmt()
1123 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt() local
1140 if (OutCount != ParentCount) { in VisitDoStmt()
1158 Counter ParentCount = getRegion().getCounter(); in VisitForStmt() local
1198 if (OutCount != ParentCount) { in VisitForStmt()
1237 if (OutCount != ParentCount) { in VisitCXXForRangeStmt()
1270 if (OutCount != ParentCount) { in VisitObjCForCollectionStmt()
1389 propagateCounts(ParentCount, S->getCond()); in VisitIfStmt()
1418 if (OutCount != ParentCount) { in VisitIfStmt()
[all …]
H A DCodeGenPGO.cpp489 uint64_t ParentCount = CurrentCount; in VisitWhileStmt() local
538 uint64_t ParentCount = CurrentCount; in VisitForStmt() local
577 uint64_t ParentCount = CurrentCount; in VisitCXXForRangeStmt() local
605 uint64_t ParentCount = CurrentCount; in VisitObjCForCollectionStmt() local
660 uint64_t ParentCount = CurrentCount; in VisitIfStmt() local
672 uint64_t ElseCount = ParentCount - ThenCount; in VisitIfStmt()
704 uint64_t ParentCount = CurrentCount; in VisitAbstractConditionalOperator() local
725 uint64_t ParentCount = CurrentCount; in VisitBinLAnd() local
731 setCount(ParentCount + RHSCount - CurrentCount); in VisitBinLAnd()
737 uint64_t ParentCount = CurrentCount; in VisitBinLOr() local
[all …]
H A DCGStmt.cpp958 uint64_t ParentCount = getCurrentProfileCount(); in EmitDoStmt() local
998 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/
H A DGLR.h77 unsigned ParentCount; in alignas() local
85 ParentCount); in alignas()
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp40 generateAllForests(ArrayRef<const Node *> Children, unsigned ParentCount) { in generateAllForests() argument
41 assert(ParentCount > 0); in generateAllForests()
44 if (ParentCount == 1) in generateAllForests()
55 ParentCount - 1)) { in generateAllForests()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DGLR.cpp713 unsigned ParentCount = N->ParentCount; in destroy() local
715 assert(FreeList.size() > ParentCount && "established on construction!"); in destroy()
716 FreeList[ParentCount].push_back(N); in destroy()