Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp613 uint64_t setCount(uint64_t Count) { in setCount() function
627 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitFunctionDecl()
639 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitCapturedDecl()
646 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitObjCMethodDecl()
653 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitBlockDecl()
683 uint64_t BlockCount = setCount(PGO.getRegionCount(S)); in VisitLabelStmt()
711 uint64_t BodyCount = setCount(PGO.getRegionCount(S)); in VisitWhileStmt()
722 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitWhileStmt()
725 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()
735 uint64_t BodyCount = setCount(LoopCount + CurrentCount); in VisitDoStmt()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h94 FileCheckType &setCount(int C);
/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp342 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/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1474 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() function in Check::FileCheckType
1592 Check::FileCheckType(Check::CheckPlain).setCount(Count)); in FindCheckType()