Searched refs:chunk_no (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c5977 T chunk_no = 0;
5983 T offset = GOACC_LOOP_OFFSET (dir, range, S, CHUNK_SIZE, GWV, chunk_no);
5996 chunk_no++;
6082 tree chunk_no; local
6199 chunk_no = build_int_cst (diff_type, 0);
6204 expr = chunk_no;
6206 chunk_no = create_tmp_var (diff_type, ".chunk_no");
6208 ass = gimple_build_assign (chunk_no, expr);
6220 chunk_size = chunk_no;
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc7495 T chunk_no = 0;
7501 T offset = GOACC_LOOP_OFFSET (dir, range, S, CHUNK_SIZE, GWV, chunk_no);
7514 chunk_no++;
7600 tree chunk_no; local
7717 chunk_no = build_int_cst (diff_type, 0);
7722 expr = chunk_no;
7724 chunk_no = create_tmp_var (diff_type, ".chunk_no");
7726 ass = gimple_build_assign (chunk_no, expr);
7738 chunk_size = chunk_no;
[all...]

Completed in 134 milliseconds