Searched refs:gomp_flags (Results 1 – 1 of 1) sorted by relevance
1208 if (!(gomp_flags & KMP_GOMP_TASK_UNTIED_FLAG)) {1212 if (gomp_flags & KMP_GOMP_TASK_FINAL_FLAG) {1251 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {1280 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {1718 int if_val = gomp_flags & (1u << 10); in __GOMP_taskloop()1719 int nogroup = gomp_flags & (1u << 11); in __GOMP_taskloop()1720 int up = gomp_flags & (1u << 8); in __GOMP_taskloop()1721 int reductions = gomp_flags & (1u << 12); in __GOMP_taskloop()1740 if (!(gomp_flags & 1)) { in __GOMP_taskloop()1744 if (gomp_flags & 2) { in __GOMP_taskloop()[all …]