Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp524 uint64_t setCount(uint64_t Count) { in setCount() function
636 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()
657 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt()
692 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt()
726 setCount(BC.BreakCount + CondCount - BodyCount); in VisitCXXForRangeStmt()
760 setCount(PGO.getRegionCount(S)); in VisitSwitchStmt()
770 setCount(CurrentCount + CaseCount); in VisitSwitchCase()
802 setCount(ElseCount); in VisitIfStmt()
808 setCount(OutCount); in VisitIfStmt()
818 setCount(PGO.getRegionCount(S)); in VisitCXXTryStmt()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h94 FileCheckType &setCount(int C);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h260 void setCount(int64_t Value) override { in setCount() function
H A DLVElement.h246 virtual void setCount(int64_t Value) {} in setCount() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h133 void setCount(unsigned i) { in setCount() function
H A DRetainCountChecker.cpp1002 X.setCount(cnt - 1); in processReturn()
1010 X.setCount(cnt - 1); in processReturn()
1244 V.setCount(V.getCount() - ACnt); in handleAutoreleaseCounts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp341 CurrentElement->setCount(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
H A DLVCodeViewVisitor.cpp1851 Subrange->setCount(AR.getSize()); in visitKnownRecord()
1860 PrevSubrange->setCount(PrevSubrange->getCount() / Count); in visitKnownRecord()
1931 PrevSubrange->setCount(PrevSubrange->getCount() / Size); in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1472 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() function in Check::FileCheckType
1590 Check::FileCheckType(Check::CheckPlain).setCount(Count)); in FindCheckType()