/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ProfileSummaryInfo.h | 122 return FunctionCount && isHotCount(FunctionCount->getCount()); in isFunctionEntryHot() 131 if (isHotCount(FunctionCount->getCount())) in isFunctionHotInCallGraph() 151 if (!isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph() 279 isHotCountNthPercentile(PercentileCutoff, FunctionCount->getCount())) in isFunctionHotOrColdInCallGraphNthPercentile() 282 FunctionCount->getCount())) in isFunctionHotOrColdInCallGraphNthPercentile()
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
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() 831 << 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() 803 assert(V.getCount() > 0); in updateSymbol() 804 if (V.getCount() == 1) { in updateSymbol() 819 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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | primary64.h | 186 TotalBlocks += It.getCount(); in verifyAllBlocksAreReleasedTestOnly() 202 TotalBlocks += It.getCount(); in verifyAllBlocksAreReleasedTestOnly() 719 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); in pushBatchClassBlocks() 786 DCHECK_GE(BG->MaxCachedPerBatch, CurBatch->getCount()); 788 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); 975 DCHECK_GT(B->getCount(), 0U); in popBlocksImpl() 980 ? B->getCount() in popBlocksImpl() 981 : Min(MaxBlockCount, B->getCount()); in popBlocksImpl() 1385 BG->Batches.front()->getCount(); in collectGroupsToRelease() 1562 BG.Batches.front()->getCount(); in markFreeBlocks() [all …]
|
H A D | primary32.h | 140 TotalBlocks += It.getCount(); in verifyAllBlocksAreReleasedTestOnly() 154 TotalBlocks += It.getCount(); in verifyAllBlocksAreReleasedTestOnly() 566 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); in pushBatchClassBlocks() 634 DCHECK_GE(BG->MaxCachedPerBatch, CurBatch->getCount()); 636 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); 748 DCHECK_GT(B->getCount(), 0U); in popBlocksImpl() 753 ? B->getCount() in popBlocksImpl() 754 : Min(MaxBlockCount, B->getCount()); in popBlocksImpl() 1104 BG.Batches.front()->getCount(); in markFreeBlocks() 1135 for (u16 I = 0; I < It.getCount(); ++I) in markFreeBlocks()
|
H A D | local_cache.h | 55 u16 getCount() const { return Count; } getCount() function
|
H A D | allocator_common.h | 58 u16 getCount() const { return Count; } in getCount() function
|
H A D | release.h | 255 uptr getCount() const { return NumCounters; } in inc() 587 for (u16 I = 0; I < It.getCount(); I++) { in markFreeBlocksInRegion() 597 for (u16 I = 0; I < It.getCount(); I++) { 242 uptr getCount() const { return NumCounters; } getCount() function
|
/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/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)
|
/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/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 | 93 int getCount() const { return Count; } in getCount() function
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 358 return blocks.front()->getCount(); in getEntryCount() 816 if (b->getCount() == 0) in annotateSource() 859 b->getCount() ? arc->count ? "taken" : "nottaken" : "notexec"; in printSourceToIntermediate() 954 if (b.number != 0 && &b != &exitBlock && b.getCount()) in printFunctionDetails()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ProfileSummaryInfo.cpp | 107 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 724 int getCount() const { return CheckTy.getCount(); } 750 int getCount() const { return CheckTy.getCount(); } getCount() function
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 102 unsigned getCount() const { return Count; } in getCount() function 245 unsigned getCount() const { return Count; } in getCount() function
|