Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c218 long chunk_cnt; member
244 if (cbuf->chunk_cnt) in gomp_coalesce_buf_add()
246 if (cbuf->chunk_cnt < 0) in gomp_coalesce_buf_add()
248 if (start < cbuf->chunks[cbuf->chunk_cnt - 1].end) in gomp_coalesce_buf_add()
250 cbuf->chunk_cnt = -1; in gomp_coalesce_buf_add()
253 if (start < cbuf->chunks[cbuf->chunk_cnt - 1].end + MAX_COALESCE_BUF_GAP) in gomp_coalesce_buf_add()
255 cbuf->chunks[cbuf->chunk_cnt - 1].end = start + len; in gomp_coalesce_buf_add()
263 cbuf->chunk_cnt--; in gomp_coalesce_buf_add()
265 cbuf->chunks[cbuf->chunk_cnt].start = start; in gomp_coalesce_buf_add()
266 cbuf->chunks[cbuf->chunk_cnt].end = start + len; in gomp_coalesce_buf_add()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c259 long chunk_cnt; member
292 if (cbuf->chunk_cnt) in gomp_coalesce_buf_add()
294 if (cbuf->chunk_cnt < 0) in gomp_coalesce_buf_add()
296 if (start < cbuf->chunks[cbuf->chunk_cnt - 1].end) in gomp_coalesce_buf_add()
298 cbuf->chunk_cnt = -1; in gomp_coalesce_buf_add()
301 if (start < cbuf->chunks[cbuf->chunk_cnt - 1].end + MAX_COALESCE_BUF_GAP) in gomp_coalesce_buf_add()
303 cbuf->chunks[cbuf->chunk_cnt - 1].end = start + len; in gomp_coalesce_buf_add()
311 cbuf->chunk_cnt--; in gomp_coalesce_buf_add()
313 cbuf->chunks[cbuf->chunk_cnt].start = start; in gomp_coalesce_buf_add()
314 cbuf->chunks[cbuf->chunk_cnt].end = start + len; in gomp_coalesce_buf_add()
[all …]