Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h192 size_t NumFunctions;
195 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {}
197 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageSummary()
198 : Executed(Executed), NumFunctions(NumFunctions) {} in FunctionCoverageSummary()
202 NumFunctions += RHS.NumFunctions; in FunctionCoverageSummary()
209 ++NumFunctions;
214 size_t getNumFunctions() const { return NumFunctions; }
216 bool isFullyCovered() const { return Executed == NumFunctions; }
151 size_t NumFunctions; global() variable
156 FunctionCoverageInfo(size_t Executed,size_t NumFunctions) FunctionCoverageInfo() argument
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp89 std::vector<double> BlockCoverage::FunctionWeights(size_t NumFunctions) const { in FunctionWeights()
90 std::vector<double> Res(NumFunctions); in FunctionWeights()
94 assert(FunctionID < NumFunctions); in FunctionWeights()
177 size_t NumFunctions = 0; in Init() local
180 NumFunctions++; in Init()
182 FocusFuncIdx = NumFunctions - 1; in Init()
184 if (!NumFunctions) in Init()
193 auto Weights = Coverage.FunctionWeights(NumFunctions); in Init()
194 std::vector<double> Intervals(NumFunctions + 1); in Init()
200 assert(FocusFuncIdx < NumFunctions); in Init()
[all …]
H A DFuzzerDataFlowTrace.h80 std::vector<double> FunctionWeights(size_t NumFunctions) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h53 const uint32_t NumCounts, NumFunctions; variable
74 uint32_t NumCounts, uint32_t NumFunctions,
79 NumFunctions(NumFunctions), Partial(Partial), in PSK()
89 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp112 NumFunctions++; in addRecord()
189 MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
195 assert(NumFunctions == 0 && in computeSummaryForProfiles()
223 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
229 NumFunctions++; in addEntryCount()
H A DSampleProfReader.cpp1482 auto NumFunctions = readNumber<uint64_t>(); in readSummary() local
1483 if (std::error_code EC = NumFunctions.getError()) in readSummary()
1498 *MaxFunctionCount, *NumBlocks, *NumFunctions); in readSummary()
1604 uint32_t NumFunctions; in readFunctionProfiles() local
1605 if (!GcovBuffer.readInt(NumFunctions)) in readFunctionProfiles()
1609 for (uint32_t I = 0; I < NumFunctions; ++I) in readFunctionProfiles()
H A DInstrProfReader.cpp1432 const uint64_t NumFunctions = in readHeader() local
1435 if (Ptr + NumFunctions * sizeof(uint64_t) > PtrEnd) in readHeader()
1437 for (unsigned j = 0; j < NumFunctions; j++) { in readHeader()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp58 int NumFunctions = 0; in createOrderFileData() local
61 NumFunctions++; in createOrderFileData()
67 MapTy = ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions); in createOrderFileData()
H A DBlockCoverageInference.cpp43 STATISTIC(NumFunctions, "Number of total functions that BCI has processed");
56 ++NumFunctions; in BlockCoverageInference()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
231 NumFunctions)) in getFromMD()
247 NumCounts, NumFunctions, IsPartialProfile, in getFromMD()
252 OS << "Total functions: " << NumFunctions << "\n"; in printSummary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp40 STATISTIC(NumFunctions, "Number of functions internalized");
243 ++NumFunctions; in internalizeModule()
H A DGlobalDCE.cpp38 STATISTIC(NumFunctions, "Number of functions removed");
372 NumFunctions += DeadFunctions.size(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h59 uint32_t NumFunctions = 0;
51 uint32_t NumFunctions = 0; global() variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp973 SaturatingUINT64 NumFunctions = 0; in collectStatsForObjectFile() local
1000 NumFunctions += Stats.IsFunction; in collectStatsForObjectFile()
1025 printDatum(J, "#functions", NumFunctions.Value); in collectStatsForObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp82 STATISTIC(NumFunctions, "Total number of functions");
757 ++NumFunctions; in run()
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h1276 U8 NumFunctions; /* 0x04 */ member