Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h96 size_t NumFunctions; member
98 FunctionCoverageInfo() : Executed(0), NumFunctions(0) {} in FunctionCoverageInfo()
100 FunctionCoverageInfo(size_t Executed, size_t NumFunctions) in FunctionCoverageInfo()
101 : Executed(Executed), NumFunctions(NumFunctions) {} in FunctionCoverageInfo()
106 ++NumFunctions; in addFunction()
109 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered()
112 return double(Executed) / double(NumFunctions) * 100.0; in getPercentCovered()
DCoverageReport.cpp138 (unsigned)File.FunctionCoverage.NumFunctions); in render()
/external/llvm/lib/Transforms/IPO/
DElimAvailExtern.cpp26 STATISTIC(NumFunctions, "Number of functions removed");
79 NumFunctions++; in runOnModule()
DInternalize.cpp40 STATISTIC(NumFunctions, "Number of functions internalized");
213 ++NumFunctions; in runOnModule()
DGlobalDCE.cpp33 STATISTIC(NumFunctions, "Number of functions removed");
160 NumFunctions += DeadFunctions.size(); in runOnModule()
/external/llvm/docs/
DFaultMaps.rst44 uint32 : NumFunctions
45 FunctionInfo[NumFunctions] {
DStackMaps.rst326 uint32 : NumFunctions
329 StkSizeRecord[NumFunctions] {
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp512 uint32_t NumFunctions; in readFunctionProfiles() local
513 if (!GcovBuffer.readInt(NumFunctions)) in readFunctionProfiles()
517 for (uint32_t I = 0; I < NumFunctions; ++I) in readFunctionProfiles()
/external/dng_sdk/source/
Ddng_negative.cpp76 if (NumFunctions () == 0 || NumFunctions () > kMaxColorPlanes) in IsValid()
81 for (uint32 plane = 0; plane < NumFunctions (); plane++) in IsValid()
100 if (!(NumFunctions () == 1 || NumFunctions () == negative.ColorChannels ())) in IsValidForNegative()
114 if (NumFunctions () == 1) in NoiseFunction()
119 DNG_REQUIRE (plane < NumFunctions (), in NoiseFunction()
128 uint32 dng_noise_profile::NumFunctions () const in NumFunctions() function in dng_noise_profile
Ddng_negative.h205 uint32 NumFunctions () const;
Ddng_shared.cpp3068 if (!fNoiseProfile.IsValid () && fNoiseProfile.NumFunctions () != 0) in PostParse()
Ddng_image_writer.cpp2647 2 * profile.NumFunctions (), in tag_dng_noise_profile()
2652 DNG_REQUIRE (profile.NumFunctions () <= kMaxColorPlanes, in tag_dng_noise_profile()
2655 for (uint32 i = 0; i < profile.NumFunctions (); i++) in tag_dng_noise_profile()
/external/llvm/lib/Transforms/Instrumentation/
DSafeStack.cpp63 STATISTIC(NumFunctions, "Total number of functions");
696 ++NumFunctions; in runOnFunction()
/external/llvm/test/CodeGen/X86/
Dimplicit-null-check.ll219 ; OBJDUMP-NEXT: NumFunctions: 5