Home
last modified time | relevance | path

Searched refs:setCount (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp396 uint64_t setCount(uint64_t Count) { in setCount() function
410 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitFunctionDecl()
422 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitCapturedDecl()
429 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitObjCMethodDecl()
436 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitBlockDecl()
466 uint64_t BlockCount = setCount(PGO.getRegionCount(S)); in VisitLabelStmt()
494 uint64_t BodyCount = setCount(PGO.getRegionCount(S)); in VisitWhileStmt()
505 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitWhileStmt()
508 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()
518 uint64_t BodyCount = setCount(LoopCount + CurrentCount); in VisitDoStmt()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/FileCheck/
DFileCheck.h91 FileCheckType &setCount(int C);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.h134 void setCount(unsigned i) { in setCount() function
DRetainCountChecker.cpp1002 X.setCount(cnt - 1); in processReturn()
1010 X.setCount(cnt - 1); in processReturn()
1244 V.setCount(V.getCount() - ACnt); in handleAutoreleaseCounts()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h310 ProfileCount &setCount(uint64_t C) { in setCount() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1620 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() function in Check::FileCheckType
1733 Check::FileCheckType(Check::CheckPlain).setCount(Count)); in FindCheckType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1465 CalleeEntryCount.setCount(CalleeEntryCountV)); in tryPartialInline()