| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.h | 151 size_t NumFunctions; variable 154 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo() 156 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo() argument 157 : Executed(Executed), NumFunctions(NumFunctions) {} in FunctionCoverageInfo() 161 NumFunctions += RHS.NumFunctions; 168 ++NumFunctions; in addFunction() 173 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() 175 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered() 178 assert(Executed <= NumFunctions && "Covered functions over-counted"); in getPercentCovered() 179 if (NumFunctions == 0) in getPercentCovered() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDataFlowTrace.cpp | 90 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 Vector<double> Intervals(NumFunctions + 1); in Init() 200 assert(FocusFuncIdx < NumFunctions); in Init() 203 for (size_t i = 0; i < NumFunctions; i++) { in Init() [all …]
|
| H A D | FuzzerDataFlowTrace.h | 80 Vector<double> FunctionWeights(size_t NumFunctions) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 53 uint32_t NumCounts, NumFunctions; variable 74 uint32_t NumCounts, uint32_t NumFunctions, 79 NumCounts(NumCounts), NumFunctions(NumFunctions), Partial(Partial), in PSK() 89 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | ProfileSummaryBuilder.cpp | 110 NumFunctions++; in addRecord() 179 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 185 assert(NumFunctions == 0 && in computeSummaryForProfiles() 215 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 219 NumFunctions++; in addEntryCount()
|
| H A D | SampleProfReader.cpp | 1281 auto NumFunctions = readNumber<uint64_t>(); in readSummary() local 1282 if (std::error_code EC = NumFunctions.getError()) in readSummary() 1297 *MaxFunctionCount, *NumBlocks, *NumFunctions); in readSummary() 1410 uint32_t NumFunctions; in readFunctionProfiles() local 1411 if (!GcovBuffer.readInt(NumFunctions)) in readFunctionProfiles() 1415 for (uint32_t I = 0; I < NumFunctions; ++I) in readFunctionProfiles()
|
| /freebsd-13.1/contrib/llvm-project/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 | 43 STATISTIC(NumFunctions, "Number of functions internalized"); 215 ++NumFunctions; in internalizeModule()
|
| H A D | GlobalDCE.cpp | 41 STATISTIC(NumFunctions, "Number of functions removed"); 411 NumFunctions += DeadFunctions.size(); in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 215 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local 232 NumFunctions)) in getFromMD() 248 NumCounts, NumFunctions, IsPartialProfile, in getFromMD() 253 OS << "Total functions: " << NumFunctions << "\n"; in printSummary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrOrderFile.cpp | 69 int NumFunctions = 0; in createOrderFileData() local 72 NumFunctions++; in createOrderFileData() 78 MapTy = ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions); in createOrderFileData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | ProfileCommon.h | 54 uint32_t NumFunctions = 0; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 757 unsigned NumFunctions = 0; in collectStatsForObjectFile() local 784 NumFunctions += Stats.IsFunction; in collectStatsForObjectFile() 809 printDatum(J, "#functions", NumFunctions); in collectStatsForObjectFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 81 STATISTIC(NumFunctions, "Total number of functions"); 762 ++NumFunctions; in run()
|
| /freebsd-13.1/sys/dev/mpr/mpi/ |
| H A D | mpi2_cnfg.h | 1278 U8 NumFunctions; /* 0x04 */ member
|