Home
last modified time | relevance | path

Searched refs:getCount (Results 1 – 25 of 57) sorted by relevance

123

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h127 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 DRetainCountDiagnostics.cpp119 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 DRetainCountChecker.cpp55 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 DProfileSummaryInfo.cpp108 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 DNativeTypeVTShape.cpp26 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
38 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount() function in NativeTypeVTShape
H A DNativeTypeArray.cpp40 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
56 uint32_t NativeTypeArray::getCount() const { in getCount() function in NativeTypeArray
H A DNativeTypeFunctionSig.cpp120 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 DMachineSizeOpts.cpp85 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 Dlocal_cache.h45 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 Drelease.h124 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 Dprimary64.h112 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 Dprimary32.h132 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 DMipsOptimizePICCall.cpp105 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 DPDBSymbolTypeVTableShape.h25 FORWARD_SYMBOL_METHOD(getCount)
H A DPDBSymbolTypeArray.h27 FORWARD_SYMBOL_METHOD(getCount)
H A DPDBSymbolTypeFunctionSig.h35 FORWARD_SYMBOL_METHOD(getCount)
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.h36 uint32_t getCount() const override;
H A DNativeTypeArray.h37 uint32_t getCount() const override;
H A DNativeTypeFunctionSig.h43 uint32_t getCount() const override;
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp139 scudo::u16 getCount() const { return Count; } in getCount() function
191 if (CurrentBatch->getCount() == Batch::MaxCount) in testReleaseFreeMemoryToOS()
H A Dprimary_test.cpp206 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 DPrettyTypeDumper.cpp305 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump()
347 Printer.format("<vtshape ({0} methods)>", Symbol.getCount()); in dump()
H A DPrettyVariableDumper.cpp127 Printer << '[' << Symbol.getCount() << ']'; in dumpRight()
/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h93 int getCount() const { return Count; } in getCount() function
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp359 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()

123