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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp34 size_t NumFunctions = 0; local
36 NumFunctions++;
38 FocusFuncIdx = NumFunctions - 1;
40 if (!NumFunctions || FocusFuncIdx == SIZE_MAX || Files.size() <= 1)
62 if (N >= NumFunctions)
87 NumTraceFiles, NumFunctions, NumTracesWithFocusFunction);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DProfileSummary.h53 uint32_t NumCounts, NumFunctions; member in class:llvm::ProfileSummary
74 uint32_t NumCounts, uint32_t NumFunctions,
79 NumCounts(NumCounts), NumFunctions(NumFunctions), Partial(Partial),
89 uint32_t getNumFunctions() { return NumFunctions; }
71 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary, uint64_t TotalCount, uint64_t MaxCount, uint64_t MaxInternalCount, uint64_t MaxFunctionCount, uint32_t NumCounts, uint32_t NumFunctions, bool Partial = false, double PartialProfileRatio = 0) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h151 size_t NumFunctions; member in class:llvm::FunctionCoverageInfo
154 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {}
156 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) argument
157 : Executed(Executed), NumFunctions(NumFunctions) {}
161 NumFunctions += RHS.NumFunctions;
168 ++NumFunctions;
173 size_t getNumFunctions() const { return NumFunctions; }
175 bool isFullyCovered() const { return Executed == NumFunctions; }
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp30 STATISTIC(NumFunctions, "Number of functions removed");
60 NumFunctions++;
H A DInternalize.cpp41 STATISTIC(NumFunctions, "Number of functions internalized");
191 ++NumFunctions;
H A DGlobalDCE.cpp41 STATISTIC(NumFunctions, "Number of functions removed");
411 NumFunctions += DeadFunctions.size();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp110 NumFunctions++;
181 MaxFunctionCount, NumCounts, NumFunctions);
187 assert(NumFunctions == 0 &&
217 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions);
221 NumFunctions++;
H A DSampleProfReader.cpp1255 auto NumFunctions = readNumber<uint64_t>();
1256 if (std::error_code EC = NumFunctions.getError())
1271 *MaxFunctionCount, *NumBlocks, *NumFunctions);
1384 uint32_t NumFunctions;
1385 if (!GcovBuffer.readInt(NumFunctions))
1389 for (uint32_t I = 0; I < NumFunctions; ++I)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DProfileCommon.h54 uint32_t NumFunctions = 0; member in class:llvm::ProfileSummaryBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DProfileSummary.cpp93 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions()));
215 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount,
231 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumFunctions",
232 NumFunctions))
248 NumCounts, NumFunctions, IsPartialProfile,
253 OS << "Total functions: " << NumFunctions << "\n"; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp69 int NumFunctions = 0; local
72 NumFunctions++;
78 MapTy = ArrayType::get(Type::getInt8Ty(Ctx), NumFunctions);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp757 unsigned NumFunctions = 0; local
784 NumFunctions += Stats.IsFunction;
809 printDatum(J, "#functions", NumFunctions);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp81 STATISTIC(NumFunctions, "Total number of functions");
759 ++NumFunctions;

Completed in 245 milliseconds