Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch_hier.h172 T get_next_lb(kmp_uint64 index) const { return lb[1 - index]; } in get_next_lb() function
383 T get_next_lb(kmp_uint64 index) const { in get_next_lb() function
384 return hier_barrier.get_next_lb(index); in get_next_lb()
755 parent->get_next_lb(tdata->index), in next()