Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
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()
DRetainCountDiagnostics.cpp121 if (PrevV.getCount() == CurrV.getCount()) { in shouldGenerateNote()
131 if (PrevV.getCount() > CurrV.getCount()) in shouldGenerateNote()
136 if (unsigned Count = CurrV.getCount()) in shouldGenerateNote()
406 unsigned CountBefore = CountBeforeCall->getCount(); in annotateConsumedSummaryMismatch()
407 unsigned CountAfter = CountAtExit->getCount(); in annotateConsumedSummaryMismatch()
449 if (CurrT->getCount() == 1) { in annotateStartParameter()
452 assert(CurrT->getCount() == 0); in annotateStartParameter()
838 << RV->getCount(); in getEndPath()
DRetainCountChecker.cpp54 unsigned cnt = getCount(); in print()
61 unsigned cnt = getCount(); in print()
68 unsigned cnt = getCount(); in print()
75 unsigned cnt = getCount(); in print()
804 assert(V.getCount() > 0); in updateSymbol()
805 if (V.getCount() == 1) { in updateSymbol()
820 if (V.getCount() > 0) { in updateSymbol()
1000 unsigned cnt = X.getCount(); in processReturn()
1008 unsigned cnt = X.getCount(); in processReturn()
1082 if (X.isReturnedOwned() && X.getCount() == 0) { in checkReturnWithRetEffect()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp106 return FunctionCount && isHotCount(FunctionCount.getCount()); in isFunctionEntryHot()
119 if (isHotCount(FunctionCount.getCount())) in isFunctionHotInCallGraph()
148 if (!isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
179 isHotCountNthPercentile(PercentileCutoff, FunctionCount.getCount())) in isFunctionHotOrColdInCallGraphNthPercentile()
182 !isColdCountNthPercentile(PercentileCutoff, FunctionCount.getCount())) in isFunctionHotOrColdInCallGraphNthPercentile()
233 return FunctionCount && isColdCount(FunctionCount.getCount()); in isFunctionEntryCold()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeVTShape.cpp23 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
35 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount() function in NativeTypeVTShape
DNativeTypeArray.cpp39 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
55 uint32_t NativeTypeArray::getCount() const { in getCount() function in NativeTypeArray
DNativeTypeFunctionSig.cpp119 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
155 uint32_t NativeTypeFunctionSig::getCount() const { in getCount() function in NativeTypeFunctionSig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineSizeOpts.cpp85 if (!PSI->isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
102 FunctionCount.getCount())) in isFunctionHotInCallGraphNthPercentile()
115 FunctionCount.getCount())) in isFunctionColdInCallGraphNthPercentile()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dlocal_cache.h37 u32 getCount() const { return Count; } in getCount() function
174 DCHECK_GT(B->getCount(), 0); in refill()
175 C->Count = B->getCount(); in refill()
Dprimary64.h108 DCHECK_GT(B->getCount(), 0); in popBatch()
109 Region->Stats.PoppedBlocks += B->getCount(); in popBatch()
114 DCHECK_GT(B->getCount(), 0); in pushBatch()
118 Region->Stats.PushedBlocks += B->getCount(); in pushBatch()
401 DCHECK_GT(B->getCount(), 0); in populateFreeList()
Dprimary32.h126 DCHECK_GT(B->getCount(), 0); in popBatch()
127 Sci->Stats.PoppedBlocks += B->getCount(); in popBatch()
133 DCHECK_GT(B->getCount(), 0); in pushBatch()
137 Sci->Stats.PushedBlocks += B->getCount(); in pushBatch()
393 DCHECK_GT(B->getCount(), 0); in populateFreeList()
Drelease.h100 uptr getCount() const { return NumCounters; } in getCount() function
244 for (u32 I = 0; I < It.getCount(); I++) { in releaseFreeMemoryToOS()
258 for (u32 I = 0; I < It.getCount(); I++) { in releaseFreeMemoryToOS()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp105 unsigned getCount(ValueType Entry);
241 unsigned N = getCount(Entry); in visitNode()
302 unsigned OptimizePICCall::getCount(ValueType Entry) { in getCount() function in OptimizePICCall
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeVTableShape.h26 FORWARD_SYMBOL_METHOD(getCount)
DPDBSymbolTypeArray.h28 FORWARD_SYMBOL_METHOD(getCount)
DPDBSymbolTypeFunctionSig.h35 FORWARD_SYMBOL_METHOD(getCount)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeVTShape.h35 uint32_t getCount() const override;
DNativeTypeArray.h37 uint32_t getCount() const override;
DNativeTypeFunctionSig.h46 uint32_t getCount() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyTypeDumper.cpp303 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump()
345 Printer.format("<vtshape ({0} methods)>", Symbol.getCount()); in dump()
DPrettyVariableDumper.cpp125 Printer << '[' << Symbol.getCount() << ']'; in dumpRight()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/FileCheck/
DFileCheck.h90 int getCount() const { return Count; } in getCount() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DGCOV.cpp358 return blocks.front()->getCount(); in getEntryCount()
779 if (b->getCount() == 0) in annotateSource()
822 b->getCount() ? arc->count ? "taken" : "nottaken" : "notexec"; in printSourceToIntermediate()
917 if (b.number != 0 && &b != &exitBlock && b.getCount()) in printFunctionDetails()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h773 int getCount() const { return CheckTy.getCount(); } in getCount() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h99 unsigned getCount() const { return Count; } in getCount() function
232 unsigned getCount() const { return Count; } in getCount() function

123