Home
last modified time | relevance | path

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

/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp334 T old_upper = *pupper; in __kmp_for_static_init() local
345 *plastiter = *plower <= old_upper && *pupper > old_upper - incr; in __kmp_for_static_init()
346 if (*pupper > old_upper) in __kmp_for_static_init()
347 *pupper = old_upper; // tracker C73258 in __kmp_for_static_init()
352 *plastiter = *plower >= old_upper && *pupper < old_upper - incr; in __kmp_for_static_init()
353 if (*pupper < old_upper) in __kmp_for_static_init()
354 *pupper = old_upper; // tracker C73258 in __kmp_for_static_init()
389 T old_upper = *pupper; in __kmp_for_static_init() local
401 if (*pupper > old_upper) in __kmp_for_static_init()
402 *pupper = old_upper; in __kmp_for_static_init()
[all …]