Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp331 T old_upper = *pupper; in __kmp_for_static_init() local
342 *plastiter = *plower <= old_upper && *pupper > old_upper - incr; in __kmp_for_static_init()
343 if (*pupper > old_upper) in __kmp_for_static_init()
344 *pupper = old_upper; // tracker C73258 in __kmp_for_static_init()
349 *plastiter = *plower >= old_upper && *pupper < old_upper - incr; in __kmp_for_static_init()
350 if (*pupper < old_upper) in __kmp_for_static_init()
385 T old_upper = *pupper; in __kmp_for_static_init() local
396 if (*pupper > old_upper) in __kmp_for_static_init()
397 *pupper = old_upper; in __kmp_for_static_init()
398 } else if (*pupper < old_upper) in __kmp_for_static_init()
[all …]