Searched refs:NumFunctions (Results 1 – 14 of 14) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | CoverageSummaryInfo.h | 96 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()
|
D | CoverageReport.cpp | 138 (unsigned)File.FunctionCoverage.NumFunctions); in render()
|
/external/llvm/lib/Transforms/IPO/ |
D | ElimAvailExtern.cpp | 26 STATISTIC(NumFunctions, "Number of functions removed"); 79 NumFunctions++; in runOnModule()
|
D | Internalize.cpp | 40 STATISTIC(NumFunctions, "Number of functions internalized"); 213 ++NumFunctions; in runOnModule()
|
D | GlobalDCE.cpp | 33 STATISTIC(NumFunctions, "Number of functions removed"); 160 NumFunctions += DeadFunctions.size(); in runOnModule()
|
/external/llvm/docs/ |
D | FaultMaps.rst | 44 uint32 : NumFunctions 45 FunctionInfo[NumFunctions] {
|
D | StackMaps.rst | 326 uint32 : NumFunctions 329 StkSizeRecord[NumFunctions] {
|
/external/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 512 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/ |
D | dng_negative.cpp | 76 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
|
D | dng_negative.h | 205 uint32 NumFunctions () const;
|
D | dng_shared.cpp | 3068 if (!fNoiseProfile.IsValid () && fNoiseProfile.NumFunctions () != 0) in PostParse()
|
D | dng_image_writer.cpp | 2647 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/ |
D | SafeStack.cpp | 63 STATISTIC(NumFunctions, "Total number of functions"); 696 ++NumFunctions; in runOnFunction()
|
/external/llvm/test/CodeGen/X86/ |
D | implicit-null-check.ll | 219 ; OBJDUMP-NEXT: NumFunctions: 5
|