Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp321 T old_upper = *pupper; in __kmp_for_static_init() local
332 *plastiter = *plower <= old_upper && *pupper > old_upper - incr; in __kmp_for_static_init()
333 if (*pupper > old_upper) in __kmp_for_static_init()
334 *pupper = old_upper; // tracker C73258 in __kmp_for_static_init()
339 *plastiter = *plower >= old_upper && *pupper < old_upper - incr; in __kmp_for_static_init()
340 if (*pupper < old_upper) in __kmp_for_static_init()
375 T old_upper = *pupper; in __kmp_for_static_init() local
386 if (*pupper > old_upper) in __kmp_for_static_init()
387 *pupper = old_upper; in __kmp_for_static_init()
388 } else if (*pupper < old_upper) in __kmp_for_static_init()
[all …]