Home
last modified time | relevance | path

Searched defs:profile_count (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dprofile-count.h690 struct GTY(()) profile_count struct
719 bool compatible_p (const profile_count other) const in compatible_p() argument
760 static profile_count one () in one() argument
783 bool initialized_p () const in initialized_p()
789 bool reliable_p () const in reliable_p()
816 bool ok_for_merging (profile_count other) const in ok_for_merging() argument
852 profile_count ret; argument
886 profile_count ret; argument
1001 profile_count force_nonzero () const in force_nonzero() argument
1156 profile_count ipa () const in ipa() argument
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dprofile-count.h690 struct GTY(()) profile_count struct
719 bool compatible_p (const profile_count other) const in compatible_p() argument
760 static profile_count one () in one() argument
783 bool initialized_p () const in initialized_p()
789 bool reliable_p () const in reliable_p()
816 bool ok_for_merging (profile_count other) const in ok_for_merging() argument
852 profile_count ret; argument
886 profile_count ret; argument
1001 profile_count force_nonzero () const in force_nonzero() argument
1156 profile_count ipa () const in ipa() argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dprofile-count.h690 struct GTY(()) profile_count struct
719 bool compatible_p (const profile_count other) const in compatible_p() argument
760 static profile_count one () in one() argument
783 bool initialized_p () const in initialized_p()
789 bool reliable_p () const in reliable_p()
816 bool ok_for_merging (profile_count other) const in ok_for_merging() argument
852 profile_count ret; argument
886 profile_count ret; argument
1001 profile_count force_nonzero () const in force_nonzero() argument
1156 profile_count ipa () const in ipa() argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dprofile-count.h690 struct GTY(()) profile_count struct
719 bool compatible_p (const profile_count other) const in compatible_p() argument
760 static profile_count one () in one() argument
783 bool initialized_p () const in initialized_p()
789 bool reliable_p () const in reliable_p()
816 bool ok_for_merging (profile_count other) const in ok_for_merging() argument
852 profile_count ret; argument
886 profile_count ret; argument
1001 profile_count force_nonzero () const in force_nonzero() argument
1156 profile_count ipa () const in ipa() argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dprofile-count.h690 struct GTY(()) profile_count struct
719 bool compatible_p (const profile_count other) const in compatible_p() argument
760 static profile_count one () in one() argument
783 bool initialized_p () const in initialized_p()
789 bool reliable_p () const in reliable_p()
816 bool ok_for_merging (profile_count other) const in ok_for_merging() argument
852 profile_count ret; argument
886 profile_count ret; argument
1001 profile_count force_nonzero () const in force_nonzero() argument
1156 profile_count ipa () const in ipa() argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dprofile-count.h690 struct GTY(()) profile_count struct
719 bool compatible_p (const profile_count other) const in compatible_p() argument
760 static profile_count one () in one() argument
783 bool initialized_p () const in initialized_p()
789 bool reliable_p () const in reliable_p()
816 bool ok_for_merging (profile_count other) const in ok_for_merging() argument
852 profile_count ret; argument
886 profile_count ret; argument
1001 profile_count force_nonzero () const in force_nonzero() argument
1156 profile_count ipa () const in ipa() argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dprofile-count.h690 struct GTY(()) profile_count struct
719 bool compatible_p (const profile_count other) const in compatible_p() argument
760 static profile_count one () in one() argument
783 bool initialized_p () const in initialized_p()
789 bool reliable_p () const in reliable_p()
816 bool ok_for_merging (profile_count other) const in ok_for_merging() argument
852 profile_count ret; argument
886 profile_count ret; argument
1001 profile_count force_nonzero () const in force_nonzero() argument
1156 profile_count ipa () const in ipa() argument
[all …]
/dports/math/clfft/clFFT-2.12.2/src/cuFFT-client/
H A DcuFFT-client.cpp121 int profile_count = 5; in runTest() local
300 cufftType type, int profile_count, int batch_size, bool outPlace, in runC2RFFT()
482 cufftType type, int profile_count, int batch_size, bool outPlace, in runR2CFFT()
673 cufftType type, int profile_count, int batch_size, bool outPlace, in runC2CFFT()
973int profile_count, int batch_size, bool outPlace, int istride, int ostride, int idist, int odist) in runFFTTransformR2CAdv()
1118 …int direction, int profile_count, int batch_size, bool outPlace, int istride, int ostride, int idi… in runFFTTransformC2CAdv()
1792 bool run2DFFTTransformC2R(size_t lengthX, size_t lengthY, cufftType type, int profile_count, int ba… in run2DFFTTransformC2R()
1942 bool run2DFFTTransformR2C(size_t lengthX, size_t lengthY, cufftType type, int profile_count, int ba… in run2DFFTTransformR2C()
2267 bool run1DFFTTransformC2R(size_t lengthX, cufftType type, int profile_count, int batch_size, bool o… in run1DFFTTransformC2R()
2409 bool run1DFFTTransformR2C(size_t lengthX, cufftType type, int profile_count, int batch_size, bool o… in run1DFFTTransformR2C()
[all …]
/dports/math/clfft/clFFT-2.12.2/src/callback-client/
H A Dcallback-client.cpp14 cl_uint profile_count = 0; in main() local
69 clfftDim dim, clfftPrecision precision, cl_uint profile_count) in R2C_transform()
112 size_t batchSize, size_t vectorLength, size_t fftLength, cl_uint profile_count) in runR2C_FFT_WithCallback()
251 size_t batchSize, size_t vectorLength, size_t fftLength, cl_uint profile_count) in runR2C_FFT_PreAndPostprocessKernel()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dprofile-count.h25 class profile_count; variable
148 friend class profile_count; in class() local
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dprofile-count.h25 class profile_count; variable
150 friend class profile_count; in class() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dprofile-count.h25 class profile_count; variable
148 friend class profile_count; in class() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dprofile-count.h25 class profile_count; variable
148 friend class profile_count; in class() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dprofile-count.h25 class profile_count; variable
148 friend class profile_count; in class() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dprofile-count.h25 class profile_count; variable
148 friend class profile_count; in class() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dprofile-count.h25 class profile_count; variable
150 friend class profile_count; in class() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dprofile-count.h25 class profile_count; variable
150 friend class profile_count; in class() local
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dprofile-count.h25 class profile_count; variable
148 friend class profile_count; in class() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/payments/
H A Dpersonal_data_manager_test_util.cc46 size_t profile_count = personal_data_manager->GetProfiles().size(); in AddAutofillProfile() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/heap_profiling/in_process/
H A Dheap_profiler_controller_unittest.cc49 int profile_count = 0; in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dheap_profiler_controller_unittest.cc49 int profile_count = 0; in TEST_F() local
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/soc/ixp4xx/
H A Dnpe.h13 u32 profile_count; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/soc/ixp4xx/
H A Dnpe.h13 u32 profile_count; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/soc/ixp4xx/
H A Dnpe.h13 u32 profile_count; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/debug/
H A Dprofiler.cc32 static int profile_count = 0; variable

123