Searched refs:gomp_flags (Results 1 – 1 of 1) sorted by relevance
1228 bool if_cond, unsigned gomp_flags,1238 if (!(gomp_flags & KMP_GOMP_TASK_UNTIED_FLAG)) {1242 if (gomp_flags & KMP_GOMP_TASK_FINAL_FLAG) {1281 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {1310 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {1768 long arg_align, unsigned gomp_flags, in __GOMP_taskloop() argument1777 int if_val = gomp_flags & (1u << 10); in __GOMP_taskloop()1778 int nogroup = gomp_flags & (1u << 11); in __GOMP_taskloop()1779 int up = gomp_flags & (1u << 8); in __GOMP_taskloop()1780 int reductions = gomp_flags & (1u << 12); in __GOMP_taskloop()[all …]