Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp397 uint64_t setCount(uint64_t Count) { in setCount() function
411 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitFunctionDecl()
423 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitCapturedDecl()
430 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitObjCMethodDecl()
437 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitBlockDecl()
467 uint64_t BlockCount = setCount(PGO.getRegionCount(S)); in VisitLabelStmt()
495 uint64_t BodyCount = setCount(PGO.getRegionCount(S)); in VisitWhileStmt()
506 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitWhileStmt()
509 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()
519 uint64_t BodyCount = setCount(LoopCount + CurrentCount); in VisitDoStmt()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11142.C16 void setCount(int count) { in setCount() function
/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h94 FileCheckType &setCount(int C);
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h260 void setCount(int64_t Value) override { in setCount() function
H A DLVElement.h243 virtual void setCount(int64_t Value) {} in setCount() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h134 void setCount(unsigned i) { in setCount() function
H A DRetainCountChecker.cpp1004 X.setCount(cnt - 1); in processReturn()
1012 X.setCount(cnt - 1); in processReturn()
1246 V.setCount(V.getCount() - ACnt); in handleAutoreleaseCounts()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp341 CurrentElement->setCount(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1627 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() function in Check::FileCheckType
1745 Check::FileCheckType(Check::CheckPlain).setCount(Count)); in FindCheckType()