| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 127 unsigned getCount() const { return Cnt; } in getCount() function 185 return RefVal(getKind(), getObjKind(), getCount() - i, 190 return RefVal(getKind(), getObjKind(), getCount() + i, 195 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(), 200 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1, in autorelease() 206 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in withIvarAccess() 212 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in releaseViaIvar()
|
| H A D | RetainCountDiagnostics.cpp | 119 if (PrevV.getCount() == CurrV.getCount()) { in shouldGenerateNote() 129 if (PrevV.getCount() > CurrV.getCount()) in shouldGenerateNote() 134 if (unsigned Count = CurrV.getCount()) in shouldGenerateNote() 400 unsigned CountBefore = CountBeforeCall->getCount(); in annotateConsumedSummaryMismatch() 401 unsigned CountAfter = CountAtExit->getCount(); in annotateConsumedSummaryMismatch() 443 if (CurrT->getCount() == 1) { in annotateStartParameter() 446 assert(CurrT->getCount() == 0); in annotateStartParameter() 834 << RV->getCount(); in getEndPath()
|
| H A D | RetainCountChecker.cpp | 55 unsigned cnt = getCount(); in print() 62 unsigned cnt = getCount(); in print() 69 unsigned cnt = getCount(); in print() 76 unsigned cnt = getCount(); in print() 805 assert(V.getCount() > 0); in updateSymbol() 806 if (V.getCount() == 1) { in updateSymbol() 821 if (V.getCount() > 0) { in updateSymbol() 1002 unsigned cnt = X.getCount(); in processReturn() 1010 unsigned cnt = X.getCount(); in processReturn() 1084 if (X.isReturnedOwned() && X.getCount() == 0) { in checkReturnWithRetEffect() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 108 return FunctionCount && isHotCount(FunctionCount->getCount()); in isFunctionEntryHot() 121 if (isHotCount(FunctionCount->getCount())) in isFunctionHotInCallGraph() 150 if (!isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph() 181 isHotCountNthPercentile(PercentileCutoff, FunctionCount->getCount())) in isFunctionHotOrColdInCallGraphNthPercentile() 184 !isColdCountNthPercentile(PercentileCutoff, FunctionCount->getCount())) in isFunctionHotOrColdInCallGraphNthPercentile() 235 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeVTShape.cpp | 26 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 38 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount() function in NativeTypeVTShape
|
| H A D | NativeTypeArray.cpp | 40 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 56 uint32_t NativeTypeArray::getCount() const { in getCount() function in NativeTypeArray
|
| H A D | NativeTypeFunctionSig.cpp | 120 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 156 uint32_t NativeTypeFunctionSig::getCount() const { in getCount() function in NativeTypeFunctionSig
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineSizeOpts.cpp | 85 if (!PSI->isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph() 102 FunctionCount->getCount())) in isFunctionHotInCallGraphNthPercentile() 115 FunctionCount->getCount())) in isFunctionColdInCallGraphNthPercentile()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | local_cache.h | 45 u16 getCount() const { return Count; } in getCount() function 214 DCHECK_GT(B->getCount(), 0); in refill() 215 C->Count = B->getCount(); in refill()
|
| H A D | release.h | 124 uptr getCount() const { return NumCounters; } in getCount() function 291 for (u16 I = 0; I < It.getCount(); I++) { in markFreeBlocks() 306 for (u16 I = 0; I < It.getCount(); I++) { in markFreeBlocks()
|
| H A D | primary64.h | 112 Region->Stats.PoppedBlocks += B->getCount(); in popBatch() 445 DCHECK_GE(BG->MaxCachedPerBatch, CurBatch->getCount()); 447 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); 545 DCHECK_GT(B->getCount(), 0U); in popBatchImpl() 748 BG.Batches.front()->getCount();
|
| H A D | primary32.h | 132 Sci->Stats.PoppedBlocks += B->getCount(); in popBatch() 439 DCHECK_GE(BG->MaxCachedPerBatch, CurBatch->getCount()); 441 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); 538 DCHECK_GT(B->getCount(), 0U); in popBatchImpl() 714 BG.Batches.front()->getCount();
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 105 unsigned getCount(ValueType Entry); 241 unsigned N = getCount(Entry); in visitNode() 302 unsigned OptimizePICCall::getCount(ValueType Entry) { in getCount() function in OptimizePICCall
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeVTableShape.h | 25 FORWARD_SYMBOL_METHOD(getCount)
|
| H A D | PDBSymbolTypeArray.h | 27 FORWARD_SYMBOL_METHOD(getCount)
|
| H A D | PDBSymbolTypeFunctionSig.h | 35 FORWARD_SYMBOL_METHOD(getCount)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeVTShape.h | 36 uint32_t getCount() const override;
|
| H A D | NativeTypeArray.h | 37 uint32_t getCount() const override;
|
| H A D | NativeTypeFunctionSig.h | 43 uint32_t getCount() const override;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | release_test.cpp | 139 scudo::u16 getCount() const { return Count; } in getCount() function 191 if (CurrentBatch->getCount() == Batch::MaxCount) in testReleaseFreeMemoryToOS()
|
| H A D | primary_test.cpp | 206 for (scudo::u16 J = 0; J < B->getCount(); J++) in TEST() 214 Allocator.pushBlocks(&Cache, ClassId, Blocks, B->getCount()); in TEST()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypeDumper.cpp | 305 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump() 347 Printer.format("<vtshape ({0} methods)>", Symbol.getCount()); in dump()
|
| H A D | PrettyVariableDumper.cpp | 127 Printer << '[' << Symbol.getCount() << ']'; in dumpRight()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 93 int getCount() const { return Count; } in getCount() function
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 359 return blocks.front()->getCount(); in getEntryCount() 782 if (b->getCount() == 0) in annotateSource() 825 b->getCount() ? arc->count ? "taken" : "nottaken" : "notexec"; in printSourceToIntermediate() 920 if (b.number != 0 && &b != &exitBlock && b.getCount()) in printFunctionDetails()
|