| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 126 unsigned getCount() const { return Cnt; } in getCount() function 184 return RefVal(getKind(), getObjKind(), getCount() - i, 189 return RefVal(getKind(), getObjKind(), getCount() + i, 194 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(), 199 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1, in autorelease() 205 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in withIvarAccess() 211 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() 832 << RV->getCount(); in getEndPath()
|
| H A D | RetainCountChecker.cpp | 54 unsigned cnt = getCount(); in print() 61 unsigned cnt = getCount(); in print() 68 unsigned cnt = getCount(); in print() 75 unsigned cnt = getCount(); in print() 802 assert(V.getCount() > 0); in updateSymbol() 803 if (V.getCount() == 1) { in updateSymbol() 818 if (V.getCount() > 0) { in updateSymbol() 998 unsigned cnt = X.getCount(); in processReturn() 1006 unsigned cnt = X.getCount(); in processReturn() 1079 if (X.isReturnedOwned() && X.getCount() == 0) { in checkReturnWithRetEffect() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeVTShape.cpp | 25 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 37 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount() function in NativeTypeVTShape
|
| H A D | NativeTypeArray.cpp | 39 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 55 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
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ProfileSummaryInfo.h | 123 return FunctionCount && isHotCount(FunctionCount->getCount()); in isFunctionEntryHot() 132 if (isHotCount(FunctionCount->getCount())) in isFunctionHotInCallGraph() 152 if (!isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph() 283 isHotCountNthPercentile(PercentileCutoff, FunctionCount->getCount())) in isFunctionHotOrColdInCallGraphNthPercentile() 286 FunctionCount->getCount())) in isFunctionHotOrColdInCallGraphNthPercentile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 104 unsigned getCount(ValueType Entry); 241 unsigned N = getCount(Entry); in visitNode() 302 unsigned OptimizePICCall::getCount(ValueType Entry) { in getCount() function in OptimizePICCall
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | primary64.h | 434 TotalBlocks += It.getCount(); in verifyAllBlocksAreReleasedTestOnly() 450 TotalBlocks += It.getCount(); in verifyAllBlocksAreReleasedTestOnly() 637 DCHECK_GT(B->getCount(), 0U); in popBlocksImpl() 642 ? B->getCount() in popBlocksImpl() 643 : Min(MaxBlockCount, B->getCount()); in popBlocksImpl() 871 DCHECK_GE(BG->MaxCachedPerBatch, CurBatch->getCount()); in pushBlocksImpl() 873 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); in pushBlocksImpl() 1034 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); in pushBatchClassBlocks() 1617 BG->Batches.front()->getCount(); in collectGroupsToRelease() 1799 BG.Batches.front()->getCount(); in markFreeBlocks() [all …]
|
| H A D | primary32.h | 309 TotalBlocks += It.getCount(); in verifyAllBlocksAreReleasedTestOnly() 323 TotalBlocks += It.getCount(); in verifyAllBlocksAreReleasedTestOnly() 667 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); in pushBatchClassBlocks() 734 DCHECK_GE(BG->MaxCachedPerBatch, CurBatch->getCount()); in pushBlocksImpl() 736 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); in pushBlocksImpl() 847 DCHECK_GT(B->getCount(), 0U); in popBlocksImpl() 852 ? B->getCount() in popBlocksImpl() 853 : Min(MaxBlockCount, B->getCount()); in popBlocksImpl() 1212 BG.Batches.front()->getCount(); in markFreeBlocks() 1243 for (u16 I = 0; I < It.getCount(); ++I) in markFreeBlocks()
|
| H A D | allocator_common.h | 57 u16 getCount() const { return Count; } in getCount() function
|
| H A D | release.h | 263 uptr getCount() const { return NumCounters; } in getCount() function 597 for (u16 I = 0; I < It.getCount(); I++) { in markFreeBlocksInRegion() 607 for (u16 I = 0; I < It.getCount(); I++) { in markFreeBlocksInRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeVTableShape.h | 26 FORWARD_SYMBOL_METHOD(getCount)
|
| H A D | PDBSymbolTypeArray.h | 28 FORWARD_SYMBOL_METHOD(getCount)
|
| H A D | PDBSymbolTypeFunctionSig.h | 36 FORWARD_SYMBOL_METHOD(getCount)
|
| /freebsd/contrib/llvm-project/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;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CtxProfAnalysis.cpp | 168 uint64_t getCount() const { return *Count; } in getCount() function in llvm::ProfileAnnotatorImpl::BBInfo 265 if (getBBInfo(BB).getCount() > 0) { in allNonColdSelectsHaveProfile() 360 uint64_t getBBCount(const BasicBlock &BB) { return getBBInfo(BB).getCount(); } in getBBCount() 380 if (BBInfo.getCount() == 0) in getSelectInstrProfile() 392 auto TotalCount = BBInfo.getCount(); in getSelectInstrProfile()
|
| H A D | ProfileSummaryInfo.cpp | 112 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 94 int getCount() const { return Count; } in getCount() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | TailRecursionElimination.cpp | 446 OrigEntryCount(F.getEntryCount() ? F.getEntryCount()->getCount() : 0) { in TailRecursionEliminator() 771 auto OldEntryCount = F.getEntryCount()->getCount(); in eliminateCall() 995 F.getEntryCount().has_value() && F.getEntryCount()->getCount()) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 358 return blocks.front()->getCount(); in getEntryCount() 823 if (b->getCount() == 0) in annotateSource() 866 b->getCount() ? arc->count ? "taken" : "nottaken" : "notexec"; in printSourceToIntermediate() 961 if (b.number != 0 && &b != &exitBlock && b.getCount()) in printFunctionDetails()
|