| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.h | 111 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 D | FuzzerDataFlowTrace.cpp | 34 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 D | ProfileSummary.h | 53 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 D | ProfileSummaryBuilder.cpp | 49 NumFunctions++; in addRecord() 94 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 101 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 106 NumFunctions++; in addEntryCount()
|
| H A D | SampleProfReader.cpp | 637 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 D | ElimAvailExtern.cpp | 30 STATISTIC(NumFunctions, "Number of functions removed"); 60 NumFunctions++; in eliminateAvailableExternally()
|
| H A D | Internalize.cpp | 41 STATISTIC(NumFunctions, "Number of functions internalized"); 194 ++NumFunctions; in internalizeModule()
|
| H A D | GlobalDCE.cpp | 34 STATISTIC(NumFunctions, "Number of functions removed"); 260 NumFunctions += DeadFunctions.size(); in run()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 160 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 D | Statistics.cpp | 265 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 D | ProfileCommon.h | 54 uint32_t NumFunctions = 0; variable
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 80 STATISTIC(NumFunctions, "Total number of functions"); 750 ++NumFunctions; in run()
|
| /freebsd-12.1/sys/dev/mpr/mpi/ |
| H A D | mpi2_cnfg.h | 1317 U8 NumFunctions; /* 0x04 */ member
|