Lines Matching full:hot
5632 in order to reduce number of taken branches, partitions hot and
5644 `.text.hot' for most frequently executed functions and
6558 `hot-bb-count-fraction'
6561 considered hot.
6563 `hot-bb-frequency-fraction'
6566 considered hot
6709 unconditional jump in the hot spots of the program.
6714 hot
16889 `externally_visible', `hot', `cold', `artificial', `error' and
17641 `hot'
17642 The `hot' attribute is used to inform the compiler that a function
17643 is a hot spot of the compiled program. The function is optimized
17645 subsection of the text section so all hot functions appears close
17648 When profile feedback is available, via `-fprofile-use', hot
17651 The `hot' attribute is not implemented in GCC versions earlier
17663 `perror', as cold to improve optimization of hot functions that do
17666 When profile feedback is available, via `-fprofile-use', hot
17669 The `hot' attribute is not implemented in GCC versions earlier
22309 {foo, bar}' is not similar to `enum {hot, dog}'.
34301 for `hot spots' where the code is using a great deal of computer time.
41247 * hot function attribute: Function Attributes.