Home
last modified time | relevance | path

Searched refs:NumFunctions (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h111 size_t NumFunctions; variable
114 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo()
116 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() argument
117 : Executed(Executed), NumFunctions(NumFunctions) {} in FunctionCoverageInfo()
121 NumFunctions += RHS.NumFunctions;
128 ++NumFunctions; in addFunction()
133 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions()
135 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered()
138 assert(Executed <= NumFunctions && "Covered functions over-counted"); in getPercentCovered()
139 if (NumFunctions == 0) in getPercentCovered()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp34 size_t NumFunctions = 0; in Init() local
36 NumFunctions++; in Init()
38 FocusFuncIdx = NumFunctions - 1; in Init()
40 if (!NumFunctions || FocusFuncIdx == SIZE_MAX || Files.size() <= 1) in Init()
62 if (N >= NumFunctions) in Init()
87 NumTraceFiles, NumFunctions, NumTracesWithFocusFunction); in Init()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DProfileSummary.h53 uint32_t NumCounts, NumFunctions; variable
63 uint32_t NumCounts, uint32_t NumFunctions) in ProfileSummary() argument
67 NumCounts(NumCounts), NumFunctions(NumFunctions) {} in ProfileSummary()
75 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp49 NumFunctions++; in addRecord()
94 MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
101 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
106 NumFunctions++; in addEntryCount()
H A DSampleProfReader.cpp637 auto NumFunctions = readNumber<uint64_t>(); in readSummary() local
638 if (std::error_code EC = NumFunctions.getError()) in readSummary()
653 *MaxFunctionCount, *NumBlocks, *NumFunctions); in readSummary()
759 uint32_t NumFunctions; in readFunctionProfiles() local
760 if (!GcovBuffer.readInt(NumFunctions)) in readFunctionProfiles()
764 for (uint32_t I = 0; I < NumFunctions; ++I) in readFunctionProfiles()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp30 STATISTIC(NumFunctions, "Number of functions removed");
60 NumFunctions++; in eliminateAvailableExternally()
H A DInternalize.cpp41 STATISTIC(NumFunctions, "Number of functions internalized");
194 ++NumFunctions; in internalizeModule()
H A DGlobalDCE.cpp34 STATISTIC(NumFunctions, "Number of functions removed");
260 NumFunctions += DeadFunctions.size(); in run()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DProfileSummary.cpp160 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
176 NumFunctions)) in getFromMD()
184 NumCounts, NumFunctions); in getFromMD()
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp265 unsigned NumFunctions = 0; in collectStatsForObjectFile() local
276 NumFunctions += Stats.IsFunction; in collectStatsForObjectFile()
287 printDatum(OS, "source functions", NumFunctions); in collectStatsForObjectFile()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DProfileCommon.h54 uint32_t NumFunctions = 0; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStack.cpp80 STATISTIC(NumFunctions, "Total number of functions");
750 ++NumFunctions; in run()
/freebsd-12.1/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h1317 U8 NumFunctions; /* 0x04 */ member