Home
last modified time | relevance | path

Searched refs:next_task_bounds (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp4936 kmp_taskloop_bounds_t next_task_bounds = local
4940 next_task_bounds.set_lb(lower);
4942 next_task_bounds.set_ub(upper + (st > 0 ? 1 : -1));
4944 next_task_bounds.set_ub(upper);
4953 next_task_bounds.get_lower_offset(),
4954 next_task_bounds.get_upper_offset()));