Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dloop.c319 gomp_loop_ordered_static_start (long start, long end, long incr, in gomp_loop_ordered_static_start() function
394 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start()
408 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start()
995 extern __typeof(gomp_loop_ordered_static_start) GOMP_loop_ordered_static_start
1085 return gomp_loop_ordered_static_start (start, end, incr, chunk_size, in GOMP_loop_ordered_static_start()
DChangeLog6924 gomp_loop_guided_start, gomp_loop_ordered_static_start,
15443 (gomp_loop_static_start, gomp_loop_ordered_static_start): Call
16173 (gomp_loop_ordered_static_start): Remove start == end test.
17351 (gomp_loop_ordered_static_start): Likewise. Exit early for a
17359 gomp_loop_guided_start, gomp_loop_ordered_static_start,