Searched refs:threadid (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Domp-low.c6511 if (threadid < tt) goto L3; else goto L4;
6516 s0 = q * threadid + tt;
6534 tree n, q, s0, e0, e, t, tt, nthreads, threadid;
6634 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM);
6638 threadid = builtin_decl_explicit (BUILT_IN_OMP_GET_TEAM_NUM);
6642 threadid = builtin_decl_explicit (BUILT_IN_GOACC_GET_THREAD_NUM);
6651 threadid = build_call_expr (threadid, 0);
6652 threadid = fold_convert (itype, threadid);
6533 tree n, q, s0, e0, e, t, tt, nthreads, threadid; local
6924 tree trip_var, trip_init, trip_main, trip_back, nthreads, threadid; local
[all...]

Completed in 106 milliseconds