Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h122 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 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
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
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()
831 << 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()
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 Dprimary64.h186 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 Dprimary32.h140 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 Dlocal_cache.h55 u16 getCount() const { return Count; } getCount() function
H A Dallocator_common.h58 u16 getCount() const { return Count; } in getCount() function
H A Drelease.h255 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 DMipsOptimizePICCall.cpp104 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 DPDBSymbolTypeVTableShape.h25 FORWARD_SYMBOL_METHOD(getCount)
H A DPDBSymbolTypeArray.h27 FORWARD_SYMBOL_METHOD(getCount)
H A DPDBSymbolTypeFunctionSig.h35 FORWARD_SYMBOL_METHOD(getCount)
/freebsd/contrib/llvm-project/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;
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h93 int getCount() const { return Count; } in getCount() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp358 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 DProfileSummaryInfo.cpp107 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h724 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 DSymbolManager.h102 unsigned getCount() const { return Count; } in getCount() function
245 unsigned getCount() const { return Count; } in getCount() function

123