Home | History | Annotate | Download | only in info

Lines Matching full:__builtin_expect

6134      probabilities are specified by `__builtin_expect', then the
6136 of the control flow graph, taking the `__builtin_expect' info into
6138 `__builtin_expect' can be complex, and in some cases, it may be
6140 `__builtin_expect' are easier to understand.
23921 -- Built-in Function: long __builtin_expect (long EXP, long C)
23922 You may use `__builtin_expect' to provide the compiler with branch
23933 if (__builtin_expect (x, 0))
23940 if (__builtin_expect (ptr != NULL, 1))
34152 * The extended version of `__builtin_expect' is not supported.
42780 * __builtin_expect: Other Builtins. (line 242)