Lines Matching refs:__builtin_expect
306 if (thr->ts.level == 0 && __builtin_expect (thr->ts.team != NULL, 0)) in gomp_free_thread()
344 if (__builtin_expect (gomp_places_list != NULL, 0) && thr->place == 0) in gomp_team_start()
347 if (__builtin_expect (gomp_display_affinity_var, 0) && nthreads == 1) in gomp_team_start()
373 if (__builtin_expect (gomp_nthreads_var_list != NULL, 0) in gomp_team_start()
380 if (__builtin_expect (gomp_bind_var_list != NULL, 0) in gomp_team_start()
393 if (__builtin_expect (gomp_places_list != NULL, 0)) in gomp_team_start()
511 if (__builtin_expect (gomp_places_list != NULL, 0)) in gomp_team_start()
670 if (__builtin_expect (affinity_thr != NULL, 0)) in gomp_team_start()
733 if (__builtin_expect (nthreads + affinity_count > old_threads_used, 0)) in gomp_team_start()
750 if (__builtin_expect (gomp_places_list != NULL, 0)) in gomp_team_start()
770 if (__builtin_expect (gomp_places_list != NULL, 0)) in gomp_team_start()
865 if (__builtin_expect (attr == &thread_attr, 0)) in gomp_team_start()
882 if (__builtin_expect (nthreads < old_threads_used, 0) in gomp_team_start()
883 || __builtin_expect (affinity_count, 0)) in gomp_team_start()
900 if (__builtin_expect (gomp_display_affinity_var, 0)) in gomp_team_start()
936 if (__builtin_expect (affinity_thr != NULL, 0) in gomp_team_start()
957 if (__builtin_expect (team->team_cancelled, 0)) in gomp_team_end()
976 if (__builtin_expect (thr->ts.level != 0, 0)) in gomp_team_end()
990 if (__builtin_expect (team->work_shares[0].next_alloc != NULL, 0)) in gomp_team_end()
1003 if (__builtin_expect (thr->ts.team != NULL, 0) in gomp_team_end()
1004 || __builtin_expect (team->nthreads == 1, 0)) in gomp_team_end()