Home
last modified time | relevance | path

Searched refs:maybe_hot_count_p (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dpredict.h50 extern bool maybe_hot_count_p (struct function *, gcov_type);
H A Dpredict.c152 maybe_hot_count_p (struct function *fun, gcov_type count) in maybe_hot_count_p() function
170 return maybe_hot_count_p (fun, bb->count); in maybe_hot_bb_p()
181 return maybe_hot_count_p (cfun, e->count); in maybe_hot_edge_p()
2683 bool hot = maybe_hot_count_p (NULL, call_count); in drop_profile()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dpredict.h50 extern bool maybe_hot_count_p (struct function *, gcov_type);
H A Dpredict.c152 maybe_hot_count_p (struct function *fun, gcov_type count) in maybe_hot_count_p() function
170 return maybe_hot_count_p (fun, bb->count); in maybe_hot_bb_p()
181 return maybe_hot_count_p (cfun, e->count); in maybe_hot_edge_p()
2683 bool hot = maybe_hot_count_p (NULL, call_count); in drop_profile()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
H A Dpredict.c152 maybe_hot_count_p (struct function *fun, profile_count count) in maybe_hot_count_p() function
193 return maybe_hot_count_p (fun, bb->count); in maybe_hot_bb_p()
202 return maybe_hot_count_p (cfun, e->count ()); in maybe_hot_edge_p()
3283 bool hot = maybe_hot_count_p (NULL, call_count); in drop_profile()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
H A Dpredict.c152 maybe_hot_count_p (struct function *fun, profile_count count) in maybe_hot_count_p() function
193 return maybe_hot_count_p (fun, bb->count); in maybe_hot_bb_p()
202 return maybe_hot_count_p (cfun, e->count ()); in maybe_hot_edge_p()
3283 bool hot = maybe_hot_count_p (NULL, call_count); in drop_profile()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dpredict.h56 extern bool maybe_hot_count_p (struct function *, profile_count);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dpredict.c165 maybe_hot_count_p (struct function *fun, gcov_type count) in maybe_hot_count_p() function
183 return maybe_hot_count_p (fun, bb->count); in maybe_hot_bb_p()
193 && !maybe_hot_count_p (NULL, in cgraph_maybe_hot_edge_p()
228 return maybe_hot_count_p (cfun, e->count); in maybe_hot_edge_p()
2831 bool hot = maybe_hot_count_p (NULL, call_count); in drop_profile()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dpredict.c136 maybe_hot_count_p (struct function *fun, gcov_type count) in maybe_hot_count_p() function
162 return maybe_hot_count_p (fun, bb->count); in maybe_hot_bb_p()
172 && !maybe_hot_count_p (NULL, in cgraph_maybe_hot_edge_p()
207 return maybe_hot_count_p (cfun, e->count); in maybe_hot_edge_p()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dpredict.c136 maybe_hot_count_p (struct function *fun, gcov_type count) in maybe_hot_count_p() function
162 return maybe_hot_count_p (fun, bb->count); in maybe_hot_bb_p()
172 && !maybe_hot_count_p (NULL, in cgraph_maybe_hot_edge_p()
207 return maybe_hot_count_p (cfun, e->count); in maybe_hot_edge_p()

12345678