Searched refs:gomp_flags (Results 1 – 1 of 1) sorted by relevance
1236 if (!(gomp_flags & KMP_GOMP_TASK_UNTIED_FLAG)) {1240 if (gomp_flags & KMP_GOMP_TASK_FINAL_FLAG) {1279 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {1308 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {1775 int if_val = gomp_flags & (1u << 10); in __GOMP_taskloop()1776 int nogroup = gomp_flags & (1u << 11); in __GOMP_taskloop()1777 int up = gomp_flags & (1u << 8); in __GOMP_taskloop()1778 int reductions = gomp_flags & (1u << 12); in __GOMP_taskloop()1797 if (!(gomp_flags & 1)) { in __GOMP_taskloop()1801 if (gomp_flags & 2) { in __GOMP_taskloop()[all …]